#421B95

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

Shades of Persian Indigo #421B95

Tints of Persian Indigo #421B95

Color information

#421B95 (or 0x421B95) is unknown color: approx Persian Indigo. HEX triplet: 42, 1B and 95. RGB value is (66,27,149). Sum of RGB (Red+Green+Blue) = 66+27+149=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #421B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B95 is #BDE46A. Grayscale: #343434. Windows color (decimal): -12444779 or 9771842. OLE color: 9771842.

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

Color convert

RGB6627149-
CMYK0.560.8200.42
HSL259.18º69.32%34.51%-
HSV(B)259.18º81.88%58.43%-
XYZ8.064.1128.8-
YUV52.57182.42137.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=27.27%
G=11.16%
B=61.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66271490.560.8200.42259.1869.3234.51
Hex421B95385202A1034523
Octal102332257012205240310543
Binary10000101101110010101111000101001001010101000000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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