#360C58

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

Shades of Christalle #360C58

Tints of Christalle #360C58

Color information

#360C58 (or 0x360C58) is unknown color: approx Christalle. HEX triplet: 36, 0C and 58. RGB value is (54,12,88). Sum of RGB (Red+Green+Blue) = 54+12+88=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #360C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C58 is #C9F3A7. Grayscale: #202020. Windows color (decimal): -13235112 or 5770294. OLE color: 5770294.

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

Color convert

RGB541288-
CMYK0.390.8600.65
HSL273.16º76%19.61%-
HSV(B)273.16º86.36%34.51%-
XYZ3.411.759.39-
YUV33.22158.91142.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=35.06%
G=7.79%
B=57.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5412880.390.8600.65273.167619.61
Hex36C5827560411114c14
Octal661413047126010142111424
Binary11011011001011000100111101011001000001100010001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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