Html Css Color HEX #420D86 Indigo

📋 copy color: '#420D86'

red 66 ◦ green 13 ◦ blue 134

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

Shades of Indigo #420D86

Tints of Indigo #420D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.91%

R = 30.99%
G = 6.1%
B = 62.91%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#420D86 (or 0x420D86) is known color: Indigo. HEX triplet: 42, 0D and 86. RGB value is (66,13,134). Sum of RGB (Red+Green+Blue) = 66+13+134=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #420D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D86 is #BDF279. Grayscale: #2A2A2A. Windows color (decimal): -12448378 or 8785218. OLE color: 8785218.

HSL color Cylindrical-coordinate representation of color #420D86: hue angle of 266.28º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420D86 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 13 134 -
CMYK 0.51 0.90 0 0.47
HSL 266.28º 0.82% 0.29% -
HSV(B) 266.28º 0.9% 0.53% -
XYZ 6.69 3.17 22.81 -
YUV 42.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 66 13 134 0.51 0.90 0 0.47 266.28 0.82 0.29
Hex 42 D 86 33 5A 0 2F 10A 52 1D
Octal 102 15 206 63 132 0 57 412 122 35
Binary 1000010 1101 10000110 110011 1011010 0 101111 100001010 1010010 11101

Color Harmonies of #420D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D86

Black with #420D86

Text Example


Text Example

White with #420D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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