#420B7F

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

Shades of Indigo #420B7F

Tints of Indigo #420B7F

Color information

#420B7F (or 0x420B7F) is unknown color: approx Indigo. HEX triplet: 42, 0B and 7F. RGB value is (66,11,127). Sum of RGB (Red+Green+Blue) = 66+11+127=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #420B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B7F is #BDF480. Grayscale: #282828. Windows color (decimal): -12448897 or 8325954. OLE color: 8325954.

HSL color Cylindrical-coordinate representation of color #420B7F: hue angle of 268.45º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420B7F is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6611127-
CMYK0.480.9100.50
HSL268.45º84.06%27.06%-
HSV(B)268.45º91.34%49.8%-
XYZ6.22.9320.32-
YUV40.67176.72146.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 127 (50% from 255) = 62.25%
R=32.35%
G=5.39%
B=62.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66111270.480.9100.50268.4584.0627.06
Hex42B7F305B03210c541b
Octal102131776013306241412433
Binary10000101011111111111000010110110110010100001100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,11,127); }

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

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

 a { background-color: rgb(66,11,127); }

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

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

 span { border-color: rgb(66,11,127); }

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