#2A2389

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

Shades of Persian Indigo #2A2389

Tints of Persian Indigo #2A2389

Color information

#2A2389 (or 0x2A2389) is unknown color: approx Persian Indigo. HEX triplet: 2A, 23 and 89. RGB value is (42,35,137). Sum of RGB (Red+Green+Blue) = 42+35+137=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A2389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2389 is #D5DC76. Grayscale: #303030. Windows color (decimal): -14015607 or 8987434. OLE color: 8987434.

HSL color Cylindrical-coordinate representation of color #2A2389: hue angle of 244.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2389 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4235137-
CMYK0.690.7400.46
HSL244.12º59.3%33.73%-
HSV(B)244.12º74.45%53.73%-
XYZ6.073.524.02-
YUV48.72177.82123.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 137 (53.91% from 255) = 64.02%
R=19.63%
G=16.36%
B=64.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42351370.690.7400.46244.1259.333.73
Hex2A2389454A02Ef43b22
Octal52432111051120563647342
Binary1010101000111000100110001011001010010111011110100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,137); }

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

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

 a { background-color: rgb(42,35,137); }

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

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

 span { border-color: rgb(42,35,137); }

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