#421B87

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

Shades of Persian Indigo #421B87

Tints of Persian Indigo #421B87

Color information

#421B87 (or 0x421B87) is unknown color: approx Persian Indigo. HEX triplet: 42, 1B and 87. RGB value is (66,27,135). Sum of RGB (Red+Green+Blue) = 66+27+135=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #421B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B87 is #BDE478. Grayscale: #323232. Windows color (decimal): -12444793 or 8854338. OLE color: 8854338.

HSL color Cylindrical-coordinate representation of color #421B87: hue angle of 261.67º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421B87 is Cyan = 0.51, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6627135-
CMYK0.510.800.47
HSL261.67º66.67%31.76%-
HSV(B)261.67º80%52.94%-
XYZ7.013.6923.26-
YUV50.97175.42138.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=28.95%
G=11.84%
B=59.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66271350.510.800.47261.6766.6731.76
Hex421B87335002F1064320
Octal102332076312005740610340
Binary10000101101110000111110011101000001011111000001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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