#2A1D8A

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

Shades of Persian Indigo #2A1D8A

Tints of Persian Indigo #2A1D8A

Color information

#2A1D8A (or 0x2A1D8A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1D and 8A. RGB value is (42,29,138). Sum of RGB (Red+Green+Blue) = 42+29+138=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A1D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1D8A is #D5E275. Grayscale: #2C2C2C. Windows color (decimal): -14017142 or 9051434. OLE color: 9051434.

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

Color convert

RGB4229138-
CMYK0.700.7900.46
HSL247.16º65.27%32.75%-
HSV(B)247.16º78.99%54.12%-
XYZ5.983.2124.35-
YUV45.31180.31125.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 138 (54.30% from 255) = 66.03%
R=20.10%
G=13.88%
B=66.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42291380.700.7900.46247.1665.2732.75
Hex2A1D8A464F02Ef74121
Octal523521210611705636710141
Binary1010101110110001010100011010011110101110111101111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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