#421095

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

Shades of Indigo #421095

Tints of Indigo #421095

Color information

#421095 (or 0x421095) is unknown color: approx Indigo. HEX triplet: 42, 10 and 95. RGB value is (66,16,149). Sum of RGB (Red+Green+Blue) = 66+16+149=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #421095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421095 is #BDEF6A. Grayscale: #2D2D2D. Windows color (decimal): -12447595 or 9769026. OLE color: 9769026.

HSL color Cylindrical-coordinate representation of color #421095: hue angle of 262.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421095 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6616149-
CMYK0.560.8900.42
HSL262.56º80.61%32.35%-
HSV(B)262.56º89.26%58.43%-
XYZ7.863.728.73-
YUV46.11186.06142.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=28.57%
G=6.93%
B=64.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66161490.560.8900.42262.5680.6132.35
Hex421095385902A1075120
Octal102202257013105240712140
Binary10000101000010010101111000101100101010101000001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421095; }

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

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

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

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

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

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

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

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