#420D61

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

Shades of Christalle #420D61

Tints of Christalle #420D61

Color information

#420D61 (or 0x420D61) is unknown color: approx Christalle. HEX triplet: 42, 0D and 61. RGB value is (66,13,97). Sum of RGB (Red+Green+Blue) = 66+13+97=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #420D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D61 is #BDF29E. Grayscale: #262626. Windows color (decimal): -12448415 or 6360386. OLE color: 6360386.

HSL color Cylindrical-coordinate representation of color #420D61: hue angle of 277.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420D61 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB661397-
CMYK0.320.8700.62
HSL277.86º76.36%21.57%-
HSV(B)277.86º86.6%38.04%-
XYZ4.552.3111.52-
YUV38.42161.06147.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=37.5%
G=7.39%
B=55.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6613970.320.8700.62277.8676.3621.57
Hex42D61205703E1164c16
Octal102151414012707642611426
Binary10000101101110000110000010101110111110100010110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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