#420482

Color #420482 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420482

Tints of Indigo #420482

Color information

#420482 (or 0x420482) is unknown color: approx 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

RGB664130-
CMYK0.490.9700.49
HSL269.52º94.03%26.27%-
HSV(B)269.52º96.92%50.98%-
XYZ6.322.8621.34-
YUV36.9180.54148.75-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6641300.490.9700.49269.5294.0326.27
Hex42482316103110e5e1a
Octal10242026114106141613632
Binary10000101001000001011000111000010110001100001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>