#360D5A

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

Shades of Christalle #360D5A

Tints of Christalle #360D5A

Color information

#360D5A (or 0x360D5A) is unknown color: approx Christalle. HEX triplet: 36, 0D and 5A. RGB value is (54,13,90). Sum of RGB (Red+Green+Blue) = 54+13+90=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #360D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D5A is #C9F2A5. Grayscale: #212121. Windows color (decimal): -13234854 or 5901622. OLE color: 5901622.

HSL color Cylindrical-coordinate representation of color #360D5A: hue angle of 271.95º degrees, saturation: 0.75, 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 #360D5A is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB541390-
CMYK0.400.8600.65
HSL271.95º74.76%20.2%-
HSV(B)271.95º85.56%35.29%-
XYZ3.511.819.84-
YUV34.04159.58142.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=34.39%
G=8.28%
B=57.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5413900.400.8600.65271.9574.7620.2
Hex36D5A28560411104b14
Octal661513250126010142011324
Binary11011011011011010101000101011001000001100010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,13,90); }

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

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

 a { background-color: rgb(54,13,90); }

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

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

 span { border-color: rgb(54,13,90); }

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