#2A2182

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

Shades of Persian Indigo #2A2182

Tints of Persian Indigo #2A2182

Color information

#2A2182 (or 0x2A2182) is unknown color: approx Persian Indigo. HEX triplet: 2A, 21 and 82. RGB value is (42,33,130). Sum of RGB (Red+Green+Blue) = 42+33+130=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A2182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2182 is #D5DE7D. Grayscale: #2E2E2E. Windows color (decimal): -14016126 or 8528170. OLE color: 8528170.

HSL color Cylindrical-coordinate representation of color #2A2182: hue angle of 245.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A2182 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4233130-
CMYK0.680.7500.49
HSL245.57º59.51%31.96%-
HSV(B)245.57º74.62%50.98%-
XYZ5.533.1921.44-
YUV46.75174.98124.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=20.49%
G=16.10%
B=63.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42331300.680.7500.49245.5759.5131.96
Hex2A2182444B031f63c20
Octal52412021041130613667440
Binary1010101000011000001010001001001011011000111110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,130); }

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

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

 a { background-color: rgb(42,33,130); }

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

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

 span { border-color: rgb(42,33,130); }

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