#360561

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

Shades of Christalle #360561

Tints of Christalle #360561

Color information

#360561 (or 0x360561) is unknown color: approx Christalle. HEX triplet: 36, 05 and 61. RGB value is (54,5,97). Sum of RGB (Red+Green+Blue) = 54+5+97=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #360561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360561 is #C9FA9E. Grayscale: #1D1D1D. Windows color (decimal): -13236895 or 6358326. OLE color: 6358326.

HSL color Cylindrical-coordinate representation of color #360561: hue angle of 271.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360561 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54597-
CMYK0.440.9500.62
HSL271.96º90.2%20%-
HSV(B)271.96º94.85%38.04%-
XYZ3.731.7611.45-
YUV30.14165.73145.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=34.62%
G=3.21%
B=62.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal545970.440.9500.62271.9690.220
Hex365612C5F03E1105a14
Octal6651415413707642013224
Binary110110101110000110110010111110111110100010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360561; }

 p { color: rgb(54,5,97); }

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

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

 a { background-color: rgb(54,5,97); }

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

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

 span { border-color: rgb(54,5,97); }

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