Html Css Color HEX #420482 Indigo

📋 copy color: '#420482'

red 66 ◦ green 4 ◦ blue 130

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

Shades of Indigo #420482

Tints of Indigo #420482

RGB

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

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

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

R = 33%
G = 2%
B = 65%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#420482 (or 0x420482) is known color: Indigo. HEX triplet: 42, 04 and 82. RGB value is (66,4,130). Sum of RGB (Red+Green+Blue) = 66+4+130=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #420482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420482 is #BDFB7D. Grayscale: #242424. Windows color (decimal): -12450686 or 8520770. OLE color: 8520770.

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

Color convert

RGB 66 4 130 -
CMYK 0.49 0.97 0 0.49
HSL 269.52º 0.94% 0.26% -
HSV(B) 269.52º 0.97% 0.51% -
XYZ 6.32 2.86 21.34 -
YUV 36.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 66 4 130 0.49 0.97 0 0.49 269.52 0.94 0.26
Hex 42 4 82 31 61 0 31 10E 5E 1A
Octal 102 4 202 61 141 0 61 416 136 32
Binary 1000010 100 10000010 110001 1100001 0 110001 100001110 1011110 11010

Color Harmonies of #420482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420482

Black with #420482

Text Example


Text Example

White with #420482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420482; }

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

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

background-color css

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

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

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

border-color css

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

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

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