Html Css Color HEX #420182 Indigo

📋 copy color: '#420182'

red 66 ◦ green 1 ◦ blue 130

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

Shades of Indigo #420182

Tints of Indigo #420182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65.99%

R = 33.5%
G = 0.51%
B = 65.99%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#420182 (or 0x420182) is known color: Indigo. HEX triplet: 42, 01 and 82. RGB value is (66,1,130). Sum of RGB (Red+Green+Blue) = 66+1+130=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #420182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420182 is #BDFE7D. Grayscale: #222222. Windows color (decimal): -12451454 or 8520002. OLE color: 8520002.

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

Color convert

RGB 66 1 130 -
CMYK 0.49 0.99 0 0.49
HSL 270.23º 0.98% 0.26% -
HSV(B) 270.23º 0.99% 0.51% -
XYZ 6.29 2.79 21.33 -
YUV 35.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 66 1 130 0.49 0.99 0 0.49 270.23 0.98 0.26
Hex 42 1 82 31 63 0 31 10E 62 1A
Octal 102 1 202 61 143 0 61 416 142 32
Binary 1000010 1 10000010 110001 1100011 0 110001 100001110 1100010 11010

Color Harmonies of #420182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420182

Black with #420182

Text Example


Text Example

White with #420182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420182; }

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

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

background-color css

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

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

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

border-color css

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

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

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