Html Css Color HEX #420E6F Indigo

📋 copy color: '#420E6F'

red 66 ◦ green 14 ◦ blue 111

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

Shades of Indigo #420E6F

Tints of Indigo #420E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 34.55%
G = 7.33%
B = 58.12%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420E6F (or 0x420E6F) is known color: Indigo. HEX triplet: 42, 0E and 6F. RGB value is (66,14,111). Sum of RGB (Red+Green+Blue) = 66+14+111=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #420E6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E6F is #BDF190. Grayscale: #282828. Windows color (decimal): -12448145 or 7278146. OLE color: 7278146.

HSL color Cylindrical-coordinate representation of color #420E6F: hue angle of 272.16º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420E6F is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 14 111 -
CMYK 0.41 0.87 0 0.56
HSL 272.16º 0.78% 0.25% -
HSV(B) 272.16º 0.87% 0.44% -
XYZ 5.27 2.62 15.27 -
YUV 40.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 66 14 111 0.41 0.87 0 0.56 272.16 0.78 0.25
Hex 42 E 6F 29 57 0 38 110 4E 19
Octal 102 16 157 51 127 0 70 420 116 31
Binary 1000010 1110 1101111 101001 1010111 0 111000 100010000 1001110 11001

Color Harmonies of #420E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E6F

Black with #420E6F

Text Example


Text Example

White with #420E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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