#421091

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

Shades of Indigo #421091

Tints of Indigo #421091

Color information

#421091 (or 0x421091) is unknown color: approx Indigo. HEX triplet: 42, 10 and 91. RGB value is (66,16,145). Sum of RGB (Red+Green+Blue) = 66+16+145=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #421091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421091 is #BDEF6E. Grayscale: #2D2D2D. Windows color (decimal): -12447599 or 9506882. OLE color: 9506882.

HSL color Cylindrical-coordinate representation of color #421091: hue angle of 263.26º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421091 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6616145-
CMYK0.540.8900.43
HSL263.26º80.12%31.57%-
HSV(B)263.26º88.97%56.86%-
XYZ7.543.5727.08-
YUV45.66184.06142.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=29.07%
G=7.05%
B=63.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66161450.540.8900.43263.2680.1231.57
Hex421091365902B1075020
Octal102202216613105340712040
Binary10000101000010010001110110101100101010111000001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421091; }

 p { color: rgb(66,16,145); }

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

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

 a { background-color: rgb(66,16,145); }

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

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

 span { border-color: rgb(66,16,145); }

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