#2A208A

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

Shades of Persian Indigo #2A208A

Tints of Persian Indigo #2A208A

Color information

#2A208A (or 0x2A208A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 20 and 8A. RGB value is (42,32,138). Sum of RGB (Red+Green+Blue) = 42+32+138=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A208A is #D5DF75. Grayscale: #2E2E2E. Windows color (decimal): -14016374 or 9052202. OLE color: 9052202.

HSL color Cylindrical-coordinate representation of color #2A208A: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A208A is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4232138-
CMYK0.700.7700.46
HSL245.66º62.35%33.33%-
HSV(B)245.66º76.81%54.12%-
XYZ6.063.3624.37-
YUV47.07179.31124.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 138 (54.30% from 255) = 65.09%
R=19.81%
G=15.09%
B=65.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42321380.700.7700.46245.6662.3533.33
Hex2A208A464D02Ef63e21
Octal52402121061150563667641
Binary1010101000001000101010001101001101010111011110110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,138); }

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

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

 a { background-color: rgb(42,32,138); }

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

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

 span { border-color: rgb(42,32,138); }

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