#2A1B8E

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

Shades of Persian Indigo #2A1B8E

Tints of Persian Indigo #2A1B8E

Color information

#2A1B8E (or 0x2A1B8E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1B and 8E. RGB value is (42,27,142). Sum of RGB (Red+Green+Blue) = 42+27+142=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A1B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1B8E is #D5E471. Grayscale: #2C2C2C. Windows color (decimal): -14017650 or 9313066. OLE color: 9313066.

HSL color Cylindrical-coordinate representation of color #2A1B8E: hue angle of 247.83º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1B8E is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4227142-
CMYK0.700.8100.44
HSL247.83º68.05%33.14%-
HSV(B)247.83º80.99%55.69%-
XYZ6.233.2325.89-
YUV44.6182.97126.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 142 (55.86% from 255) = 67.30%
R=19.91%
G=12.80%
B=67.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42271420.700.8100.44247.8368.0533.14
Hex2A1B8E465102Cf84421
Octal523321610612105437010441
Binary1010101101110001110100011010100010101100111110001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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