#420A8C

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

Shades of Indigo #420A8C

Tints of Indigo #420A8C

Color information

#420A8C (or 0x420A8C) is unknown color: approx Indigo. HEX triplet: 42, 0A and 8C. RGB value is (66,10,140). Sum of RGB (Red+Green+Blue) = 66+10+140=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #420A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420A8C is #BDF573. Grayscale: #292929. Windows color (decimal): -12449140 or 9177666. OLE color: 9177666.

HSL color Cylindrical-coordinate representation of color #420A8C: hue angle of 265.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420A8C is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6610140-
CMYK0.530.9300.45
HSL265.85º86.67%29.41%-
HSV(B)265.85º92.86%54.9%-
XYZ7.093.2725.07-
YUV41.56183.55145.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=30.56%
G=4.63%
B=64.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66101400.530.9300.45265.8586.6729.41
Hex42A8C355D02D10a571d
Octal102122146513505541212735
Binary100001010101000110011010110111010101101100001010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420A8C; }

 p { color: rgb(66,10,140); }

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

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

 a { background-color: rgb(66,10,140); }

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

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

 span { border-color: rgb(66,10,140); }

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