Html Css Color HEX #420D60 Christalle

📋 copy color: '#420D60'

red 66 ◦ green 13 ◦ blue 96

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

Shades of Christalle #420D60

Tints of Christalle #420D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 37.71%
G = 7.43%
B = 54.86%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420D60 (or 0x420D60) is known color: Christalle. HEX triplet: 42, 0D and 60. RGB value is (66,13,96). Sum of RGB (Red+Green+Blue) = 66+13+96=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #420D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D60 is #BDF29F. Grayscale: #262626. Windows color (decimal): -12448416 or 6294850. OLE color: 6294850.

HSL color Cylindrical-coordinate representation of color #420D60: hue angle of 278.31º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420D60 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 13 96 -
CMYK 0.31 0.86 0 0.62
HSL 278.31º 0.76% 0.21% -
HSV(B) 278.31º 0.86% 0.38% -
XYZ 4.5 2.29 11.27 -
YUV 38.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 66 13 96 0.31 0.86 0 0.62 278.31 0.76 0.21
Hex 42 D 60 1F 56 0 3E 116 4C 15
Octal 102 15 140 37 126 0 76 426 114 25
Binary 1000010 1101 1100000 11111 1010110 0 111110 100010110 1001100 10101

Color Harmonies of #420D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D60

Black with #420D60

Text Example


Text Example

White with #420D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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