#2A2288

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

Shades of Persian Indigo #2A2288

Tints of Persian Indigo #2A2288

Color information

#2A2288 (or 0x2A2288) is unknown color: approx Persian Indigo. HEX triplet: 2A, 22 and 88. RGB value is (42,34,136). Sum of RGB (Red+Green+Blue) = 42+34+136=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A2288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2288 is #D5DD77. Grayscale: #2F2F2F. Windows color (decimal): -14015864 or 8921642. OLE color: 8921642.

HSL color Cylindrical-coordinate representation of color #2A2288: hue angle of 244.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A2288 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4234136-
CMYK0.690.7500.47
HSL244.71º60%33.33%-
HSV(B)244.71º75%53.33%-
XYZ5.973.4123.64-
YUV48.02177.65123.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 136 (53.52% from 255) = 64.15%
R=19.81%
G=16.04%
B=64.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42341360.690.7500.47244.716033.33
Hex2A2288454B02Ff53c21
Octal52422101051130573657441
Binary1010101000101000100010001011001011010111111110101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,136); }

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

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

 a { background-color: rgb(42,34,136); }

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

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

 span { border-color: rgb(42,34,136); }

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