#360C56

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

Shades of Christalle #360C56

Tints of Christalle #360C56

Color information

#360C56 (or 0x360C56) is unknown color: approx Christalle. HEX triplet: 36, 0C and 56. RGB value is (54,12,86). Sum of RGB (Red+Green+Blue) = 54+12+86=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #360C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C56 is #C9F3A9. Grayscale: #202020. Windows color (decimal): -13235114 or 5639222. OLE color: 5639222.

HSL color Cylindrical-coordinate representation of color #360C56: hue angle of 274.05º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360C56 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB541286-
CMYK0.370.8600.66
HSL274.05º75.51%19.22%-
HSV(B)274.05º86.05%33.73%-
XYZ3.331.728.96-
YUV32.99157.91142.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=35.53%
G=7.89%
B=56.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5412860.370.8600.66274.0575.5119.22
Hex36C5625560421124c13
Octal661412645126010242211423
Binary11011011001010110100101101011001000010100010010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C56; }

 p { color: rgb(54,12,86); }

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

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

 a { background-color: rgb(54,12,86); }

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

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

 span { border-color: rgb(54,12,86); }

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