#36015F

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

Shades of Christalle #36015F

Tints of Christalle #36015F

Color information

#36015F (or 0x36015F) is unknown color: approx Christalle. HEX triplet: 36, 01 and 5F. RGB value is (54,1,95). Sum of RGB (Red+Green+Blue) = 54+1+95=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #36015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36015F is #C9FEA0. Grayscale: #1B1B1B. Windows color (decimal): -13237921 or 6226230. OLE color: 6226230.

HSL color Cylindrical-coordinate representation of color #36015F: hue angle of 273.83º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36015F is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB54195-
CMYK0.430.9900.63
HSL273.83º97.92%18.82%-
HSV(B)273.83º98.95%37.25%-
XYZ3.61.6310.95-
YUV27.56166.06146.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 95 (37.5% from 255) = 63.33%
R=36%
G=0.67%
B=63.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal541950.430.9900.63273.8397.9218.82
Hex3615F2B6303F1126213
Octal6611375314307742214223
Binary1101101101111110101111000110111111100010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36015F; }

 p { color: rgb(54,1,95); }

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

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

 a { background-color: rgb(54,1,95); }

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

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

 span { border-color: rgb(54,1,95); }

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