#420F61

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

Shades of Christalle #420F61

Tints of Christalle #420F61

Color information

#420F61 (or 0x420F61) is unknown color: approx Christalle. HEX triplet: 42, 0F and 61. RGB value is (66,15,97). Sum of RGB (Red+Green+Blue) = 66+15+97=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #420F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F61 is #BDF09E. Grayscale: #272727. Windows color (decimal): -12447903 or 6360898. OLE color: 6360898.

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

Color convert

RGB661597-
CMYK0.320.8500.62
HSL277.32º73.21%21.96%-
HSV(B)277.32º84.54%38.04%-
XYZ4.582.3611.52-
YUV39.6160.4146.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=37.08%
G=8.43%
B=54.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6615970.320.8500.62277.3273.2121.96
Hex42F61205503E1154916
Octal102171414012507642511126
Binary10000101111110000110000010101010111110100010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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