#420D68

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

Shades of Christalle #420D68

Tints of Christalle #420D68

Color information

#420D68 (or 0x420D68) is unknown color: approx Christalle. HEX triplet: 42, 0D and 68. RGB value is (66,13,104). Sum of RGB (Red+Green+Blue) = 66+13+104=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #420D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D68 is #BDF297. Grayscale: #262626. Windows color (decimal): -12448408 or 6819138. OLE color: 6819138.

HSL color Cylindrical-coordinate representation of color #420D68: hue angle of 274.95º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420D68 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6613104-
CMYK0.370.8800.59
HSL274.95º77.78%22.94%-
HSV(B)274.95º87.5%40.78%-
XYZ4.892.4513.31-
YUV39.22164.56147.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=36.07%
G=7.10%
B=56.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66131040.370.8800.59274.9577.7822.94
Hex42D68255803B1134e17
Octal102151504513007342311627
Binary10000101101110100010010110110000111011100010011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420D68; }

 p { color: rgb(66,13,104); }

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

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

 a { background-color: rgb(66,13,104); }

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

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

 span { border-color: rgb(66,13,104); }

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