Html Css Color HEX #420186 Indigo

📋 copy color: '#420186'

red 66 ◦ green 1 ◦ blue 134

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

Shades of Indigo #420186

Tints of Indigo #420186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 32.84%
G = 0.5%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#420186 (or 0x420186) is known color: Indigo. HEX triplet: 42, 01 and 86. RGB value is (66,1,134). Sum of RGB (Red+Green+Blue) = 66+1+134=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #420186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420186 is #BDFE79. Grayscale: #232323. Windows color (decimal): -12451450 or 8782146. OLE color: 8782146.

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

Color convert

RGB 66 1 134 -
CMYK 0.51 0.99 0 0.47
HSL 269.32º 0.99% 0.26% -
HSV(B) 269.32º 0.99% 0.53% -
XYZ 6.56 2.9 22.77 -
YUV 35.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 66 1 134 0.51 0.99 0 0.47 269.32 0.99 0.26
Hex 42 1 86 33 63 0 2F 10D 63 1A
Octal 102 1 206 63 143 0 57 415 143 32
Binary 1000010 1 10000110 110011 1100011 0 101111 100001101 1100011 11010

Color Harmonies of #420186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420186

Black with #420186

Text Example


Text Example

White with #420186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420186; }

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

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

background-color css

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

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

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

border-color css

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

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

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