#421A95

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

Shades of Persian Indigo #421A95

Tints of Persian Indigo #421A95

Color information

#421A95 (or 0x421A95) is unknown color: approx Persian Indigo. HEX triplet: 42, 1A and 95. RGB value is (66,26,149). Sum of RGB (Red+Green+Blue) = 66+26+149=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #421A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A95 is #BDE56A. Grayscale: #333333. Windows color (decimal): -12445035 or 9771586. OLE color: 9771586.

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

Color convert

RGB6626149-
CMYK0.560.8300.42
HSL259.51º70.29%34.31%-
HSV(B)259.51º82.55%58.43%-
XYZ8.044.0728.79-
YUV51.98182.75138-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=27.39%
G=10.79%
B=61.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66261490.560.8300.42259.5170.2934.31
Hex421A95385302A1044622
Octal102322257012305240410642
Binary10000101101010010101111000101001101010101000001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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