#2A1B87

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

Shades of Persian Indigo #2A1B87

Tints of Persian Indigo #2A1B87

Color information

#2A1B87 (or 0x2A1B87) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1B and 87. RGB value is (42,27,135). Sum of RGB (Red+Green+Blue) = 42+27+135=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A1B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1B87 is #D5E478. Grayscale: #2B2B2B. Windows color (decimal): -14017657 or 8854314. OLE color: 8854314.

HSL color Cylindrical-coordinate representation of color #2A1B87: hue angle of 248.33º 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 #2A1B87 is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4227135-
CMYK0.690.800.47
HSL248.33º66.67%31.76%-
HSV(B)248.33º80%52.94%-
XYZ5.723.0323.2-
YUV43.8179.47126.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=20.59%
G=13.24%
B=66.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42271350.690.800.47248.3366.6731.76
Hex2A1B87455002Ff84320
Octal523320710512005737010340
Binary1010101101110000111100010110100000101111111110001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1B87; }

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

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

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

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

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

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

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

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