#36015D

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

Shades of Christalle #36015D

Tints of Christalle #36015D

Color information

#36015D (or 0x36015D) is unknown color: approx Christalle. HEX triplet: 36, 01 and 5D. RGB value is (54,1,93). Sum of RGB (Red+Green+Blue) = 54+1+93=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #36015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36015D is #C9FEA2. Grayscale: #1B1B1B. Windows color (decimal): -13237923 or 6095158. OLE color: 6095158.

HSL color Cylindrical-coordinate representation of color #36015D: hue angle of 274.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36015D is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54193-
CMYK0.420.9900.64
HSL274.57º97.87%18.43%-
HSV(B)274.57º98.92%36.47%-
XYZ3.511.610.48-
YUV27.34165.06147.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 93 (36.72% from 255) = 62.84%
R=36.49%
G=0.68%
B=62.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal541930.420.9900.64274.5797.8718.43
Hex3615D2A630401136212
Octal66113552143010042314222
Binary11011011011101101010110001101000000100010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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