Html Css Color HEX #420C65 Christalle

📋 copy color: '#420C65'

red 66 ◦ green 12 ◦ blue 101

#420C65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #420C65

Tints of Christalle #420C65

RGB

 RED value IS 66 (26.17% from 255) = 36.87%

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 101 (39.84% from 255) = 56.42%

R = 36.87%
G = 6.7%
B = 56.42%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420C65 (or 0x420C65) is known color: 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

RGB 66 12 101 -
CMYK 0.35 0.88 0 0.60
HSL 276.4º 0.79% 0.22% -
HSV(B) 276.4º 0.88% 0.4% -
XYZ 4.73 2.36 12.52 -
YUV 38.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 66 12 101 0.35 0.88 0 0.60 276.4 0.79 0.22
Hex 42 C 65 23 58 0 3C 114 4F 16
Octal 102 14 145 43 130 0 74 424 117 26
Binary 1000010 1100 1100101 100011 1011000 0 111100 100010100 1001111 10110

Color Harmonies of #420C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C65

Black with #420C65

Text Example


Text Example

White with #420C65

Text Example


Text Example

HTML Codes & Css Web 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>