Html Css Color HEX #420E6A Christalle

📋 copy color: '#420E6A'

red 66 ◦ green 14 ◦ blue 106

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

Shades of Christalle #420E6A

Tints of Christalle #420E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.53%

 BLUE value IS 106 (41.8% from 255) = 56.99%

R = 35.48%
G = 7.53%
B = 56.99%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#420E6A (or 0x420E6A) is known color: Christalle. HEX triplet: 42, 0E and 6A. RGB value is (66,14,106). Sum of RGB (Red+Green+Blue) = 66+14+106=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #420E6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E6A is #BDF195. Grayscale: #272727. Windows color (decimal): -12448150 or 6950466. OLE color: 6950466.

HSL color Cylindrical-coordinate representation of color #420E6A: hue angle of 273.91º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420E6A is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 14 106 -
CMYK 0.38 0.87 0 0.58
HSL 273.91º 0.77% 0.24% -
HSV(B) 273.91º 0.87% 0.42% -
XYZ 5.01 2.51 13.86 -
YUV 40.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 66 14 106 0.38 0.87 0 0.58 273.91 0.77 0.24
Hex 42 E 6A 26 57 0 3A 112 4D 18
Octal 102 16 152 46 127 0 72 422 115 30
Binary 1000010 1110 1101010 100110 1010111 0 111010 100010010 1001101 11000

Color Harmonies of #420E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E6A

Black with #420E6A

Text Example


Text Example

White with #420E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,14,106); }

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

background-color css

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

 a { background-color: rgb(66,14,106); }

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

border-color css

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

 span { border-color: rgb(66,14,106); }

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