#421A96

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

Shades of Persian Indigo #421A96

Tints of Persian Indigo #421A96

Color information

#421A96 (or 0x421A96) is unknown color: approx Persian Indigo. HEX triplet: 42, 1A and 96. RGB value is (66,26,150). Sum of RGB (Red+Green+Blue) = 66+26+150=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #421A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A96 is #BDE569. Grayscale: #333333. Windows color (decimal): -12445034 or 9837122. OLE color: 9837122.

HSL color Cylindrical-coordinate representation of color #421A96: hue angle of 259.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421A96 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6626150-
CMYK0.560.8300.41
HSL259.35º70.45%34.51%-
HSV(B)259.35º82.67%58.82%-
XYZ8.124.129.22-
YUV52.1183.25137.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=27.27%
G=10.74%
B=61.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66261500.560.8300.41259.3570.4534.51
Hex421A9638530291034623
Octal102322267012305140310643
Binary10000101101010010110111000101001101010011000000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A96; }

 p { color: rgb(66,26,150); }

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

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

 a { background-color: rgb(66,26,150); }

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

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

 span { border-color: rgb(66,26,150); }

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