Html Css Color HEX #420486 Indigo

📋 copy color: '#420486'

red 66 ◦ green 4 ◦ blue 134

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

Shades of Indigo #420486

Tints of Indigo #420486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 32.35%
G = 1.96%
B = 65.69%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#420486 (or 0x420486) is known color: Indigo. HEX triplet: 42, 04 and 86. RGB value is (66,4,134). Sum of RGB (Red+Green+Blue) = 66+4+134=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #420486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420486 is #BDFB79. Grayscale: #242424. Windows color (decimal): -12450682 or 8782914. OLE color: 8782914.

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

Color convert

RGB 66 4 134 -
CMYK 0.51 0.97 0 0.47
HSL 268.62º 0.94% 0.27% -
HSV(B) 268.62º 0.97% 0.53% -
XYZ 6.59 2.97 22.78 -
YUV 37.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 66 4 134 0.51 0.97 0 0.47 268.62 0.94 0.27
Hex 42 4 86 33 61 0 2F 10D 5E 1B
Octal 102 4 206 63 141 0 57 415 136 33
Binary 1000010 100 10000110 110011 1100001 0 101111 100001101 1011110 11011

Color Harmonies of #420486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420486

Black with #420486

Text Example


Text Example

White with #420486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420486; }

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

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

background-color css

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

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

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

border-color css

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

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

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