#420284

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

Shades of Indigo #420284

Tints of Indigo #420284

Color information

#420284 (or 0x420284) is unknown color: approx Indigo. HEX triplet: 42, 02 and 84. RGB value is (66,2,132). Sum of RGB (Red+Green+Blue) = 66+2+132=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #420284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420284 is #BDFD7B. Grayscale: #232323. Windows color (decimal): -12451196 or 8651330. OLE color: 8651330.

HSL color Cylindrical-coordinate representation of color #420284: hue angle of 269.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420284 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB662132-
CMYK0.50.9800.48
HSL269.54º97.01%26.27%-
HSV(B)269.54º98.48%51.76%-
XYZ6.432.8722.04-
YUV35.96182.2149.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 132 (51.95% from 255) = 66%
R=33%
G=1%
B=66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6621320.50.9800.48269.5497.0126.27
Hex42284326203010e611a
Octal10222046214206041614132
Binary1000010101000010011001011000100110000100001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420284; }

 p { color: rgb(66,2,132); }

 H1.HeaderClassName
 {
   color: #420284;
 }
 .AnyTagClassName
 {
   color: #420284;
 }
</style>
background-color css

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

 a { background-color: rgb(66,2,132); }

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

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

 span { border-color: rgb(66,2,132); }

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