Html Css Color HEX #420D62 Christalle

📋 copy color: '#420D62'

red 66 ◦ green 13 ◦ blue 98

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

Shades of Christalle #420D62

Tints of Christalle #420D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 37.29%
G = 7.34%
B = 55.37%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420D62 (or 0x420D62) is known color: Christalle. HEX triplet: 42, 0D and 62. RGB value is (66,13,98). Sum of RGB (Red+Green+Blue) = 66+13+98=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #420D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D62 is #BDF29D. Grayscale: #262626. Windows color (decimal): -12448414 or 6425922. OLE color: 6425922.

HSL color Cylindrical-coordinate representation of color #420D62: hue angle of 277.41º degrees, saturation: 0.77, 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 #420D62 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 13 98 -
CMYK 0.33 0.87 0 0.62
HSL 277.41º 0.77% 0.22% -
HSV(B) 277.41º 0.87% 0.38% -
XYZ 4.6 2.33 11.76 -
YUV 38.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 66 13 98 0.33 0.87 0 0.62 277.41 0.77 0.22
Hex 42 D 62 21 57 0 3E 115 4D 16
Octal 102 15 142 41 127 0 76 425 115 26
Binary 1000010 1101 1100010 100001 1010111 0 111110 100010101 1001101 10110

Color Harmonies of #420D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D62

Black with #420D62

Text Example


Text Example

White with #420D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #420D62;
 }
 .AnyTagClassName
 {
   color: #420D62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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