Html Css Color HEX #420986 Indigo

📋 copy color: '#420986'

red 66 ◦ green 9 ◦ blue 134

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

Shades of Indigo #420986

Tints of Indigo #420986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 31.58%
G = 4.31%
B = 64.11%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#420986 (or 0x420986) is known color: Indigo. HEX triplet: 42, 09 and 86. RGB value is (66,9,134). Sum of RGB (Red+Green+Blue) = 66+9+134=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #420986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420986 is #BDF679. Grayscale: #272727. Windows color (decimal): -12449402 or 8784194. OLE color: 8784194.

HSL color Cylindrical-coordinate representation of color #420986: hue angle of 267.36º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420986 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 9 134 -
CMYK 0.51 0.93 0 0.47
HSL 267.36º 0.87% 0.28% -
HSV(B) 267.36º 0.93% 0.53% -
XYZ 6.65 3.07 22.8 -
YUV 40.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 66 9 134 0.51 0.93 0 0.47 267.36 0.87 0.28
Hex 42 9 86 33 5D 0 2F 10B 57 1C
Octal 102 11 206 63 135 0 57 413 127 34
Binary 1000010 1001 10000110 110011 1011101 0 101111 100001011 1010111 11100

Color Harmonies of #420986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420986

Black with #420986

Text Example


Text Example

White with #420986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420986; }

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

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

background-color css

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

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

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

border-color css

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

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

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