Html Css Color HEX #420D61 Christalle

📋 copy color: '#420D61'

red 66 ◦ green 13 ◦ blue 97

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

Shades of Christalle #420D61

Tints of Christalle #420D61

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 value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 66 13 97 -
CMYK 0.32 0.87 0 0.62
HSL 277.86º 0.76% 0.22% -
HSV(B) 277.86º 0.87% 0.38% -
XYZ 4.55 2.31 11.52 -
YUV 38.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 66 13 97 0.32 0.87 0 0.62 277.86 0.76 0.22
Hex 42 D 61 20 57 0 3E 116 4C 16
Octal 102 15 141 40 127 0 76 426 114 26
Binary 1000010 1101 1100001 100000 1010111 0 111110 100010110 1001100 10110

Color Harmonies of #420D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D61

Black with #420D61

Text Example


Text Example

White with #420D61

Text Example


Text Example

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