#361359

Color #361359 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #361359

Tints of Christalle #361359

Color information

#361359 (or 0x361359) is unknown color: approx Christalle. HEX triplet: 36, 13 and 59. RGB value is (54,19,89). Sum of RGB (Red+Green+Blue) = 54+19+89=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #361359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361359 is #C9ECA6. Grayscale: #252525. Windows color (decimal): -13233319 or 5837622. OLE color: 5837622.

HSL color Cylindrical-coordinate representation of color #361359: hue angle of 270º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361359 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB541989-
CMYK0.390.7900.65
HSL270º64.81%21.18%-
HSV(B)270º78.65%34.9%-
XYZ3.561.979.64-
YUV37.44157.1139.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=33.33%
G=11.73%
B=54.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5419890.390.7900.6527064.8121.18
Hex361359274F04110e4115
Octal662313147117010141610125
Binary110110100111011001100111100111101000001100001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361359; }

 p { color: rgb(54,19,89); }

 H1.HeaderClassName
 {
   color: #361359;
 }
 .AnyTagClassName
 {
   color: #361359;
 }
</style>
background-color css

<style>
 a { background-color: #361359; }

 a { background-color: rgb(54,19,89); }

 div.DivClassName
 {
   background-color: #361359;
 }
 .BgClassName
 {
   background-color: #361359;
 }
</style>
border-color css

<style>
 span { border-color: #361359; }

 span { border-color: rgb(54,19,89); }

 td.TdClassName
 {
   border-color: #361359;
 }
 .TagClassName
 {
   border-color: #361359;
 }
</style>