#420B9C

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

Shades of Indigo #420B9C

Tints of Indigo #420B9C

Color information

#420B9C (or 0x420B9C) is unknown color: approx Indigo. HEX triplet: 42, 0B and 9C. RGB value is (66,11,156). Sum of RGB (Red+Green+Blue) = 66+11+156=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #420B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420B9C is #BDF463. Grayscale: #2B2B2B. Windows color (decimal): -12448868 or 10226498. OLE color: 10226498.

HSL color Cylindrical-coordinate representation of color #420B9C: hue angle of 262.76º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420B9C is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6611156-
CMYK0.580.9300.39
HSL262.76º86.83%32.75%-
HSV(B)262.76º92.95%61.18%-
XYZ8.373.831.74-
YUV43.97191.22143.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 11 (4.69% from 255) = 4.72%
BLUE value IS 156 (61.33% from 255) = 66.95%
R=28.33%
G=4.72%
B=66.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66111560.580.9300.39262.7686.8332.75
Hex42B9C3A5D0271075721
Octal102132347213504740712741
Binary1000010101110011100111010101110101001111000001111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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