#420C65

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

Shades of Christalle #420C65

Tints of Christalle #420C65

Color information

#420C65 (or 0x420C65) is unknown color: approx Christalle. HEX triplet: 42, 0C and 65. RGB value is (66,12,101). Sum of RGB (Red+Green+Blue) = 66+12+101=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #420C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C65 is #BDF39A. Grayscale: #252525. Windows color (decimal): -12448667 or 6622274. OLE color: 6622274.

HSL color Cylindrical-coordinate representation of color #420C65: hue angle of 276.4º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420C65 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6612101-
CMYK0.350.8800.60
HSL276.4º78.76%22.16%-
HSV(B)276.4º88.12%39.61%-
XYZ4.732.3612.52-
YUV38.29163.39147.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 101 (39.84% from 255) = 56.42%
R=36.87%
G=6.70%
B=56.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66121010.350.8800.60276.478.7622.16
Hex42C65235803C1144f16
Octal102141454313007442411726
Binary10000101100110010110001110110000111100100010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,12,101); }

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

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

 a { background-color: rgb(66,12,101); }

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

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

 span { border-color: rgb(66,12,101); }

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