#36115A

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

Shades of Christalle #36115A

Tints of Christalle #36115A

Color information

#36115A (or 0x36115A) is unknown color: approx Christalle. HEX triplet: 36, 11 and 5A. RGB value is (54,17,90). Sum of RGB (Red+Green+Blue) = 54+17+90=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #36115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36115A is #C9EEA5. Grayscale: #242424. Windows color (decimal): -13233830 or 5902646. OLE color: 5902646.

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

Color convert

RGB541790-
CMYK0.400.8100.65
HSL270.41º68.22%20.98%-
HSV(B)270.41º81.11%35.29%-
XYZ3.571.929.86-
YUV36.38158.26140.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=33.54%
G=10.56%
B=55.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5417900.400.8100.65270.4168.2220.98
Hex36115A285104110e4415
Octal662113250121010141610425
Binary110110100011011010101000101000101000001100001110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36115A; }

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

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

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

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

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

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

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

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