#2A1882

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

Shades of Persian Indigo #2A1882

Tints of Persian Indigo #2A1882

Color information

#2A1882 (or 0x2A1882) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 82. RGB value is (42,24,130). Sum of RGB (Red+Green+Blue) = 42+24+130=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1882 is #D5E77D. Grayscale: #292929. Windows color (decimal): -14018430 or 8525866. OLE color: 8525866.

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

Color convert

RGB4224130-
CMYK0.680.8200.49
HSL250.19º68.83%30.2%-
HSV(B)250.19º81.54%50.98%-
XYZ5.312.7621.37-
YUV41.47177.96128.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=21.43%
G=12.24%
B=66.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42241300.680.8200.49250.1968.8330.2
Hex2A18824452031fa451e
Octal523020210412206137210536
Binary101010110001000001010001001010010011000111111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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