#2A1D8C

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

Shades of Persian Indigo #2A1D8C

Tints of Persian Indigo #2A1D8C

Color information

#2A1D8C (or 0x2A1D8C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1D and 8C. RGB value is (42,29,140). Sum of RGB (Red+Green+Blue) = 42+29+140=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A1D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1D8C is #D5E273. Grayscale: #2D2D2D. Windows color (decimal): -14017140 or 9182506. OLE color: 9182506.

HSL color Cylindrical-coordinate representation of color #2A1D8C: hue angle of 247.03º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1D8C is Cyan = 0.7, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4229140-
CMYK0.70.7900.45
HSL247.03º65.68%33.14%-
HSV(B)247.03º79.29%54.9%-
XYZ6.133.2625.12-
YUV45.54181.31125.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 140 (55.08% from 255) = 66.35%
R=19.91%
G=13.74%
B=66.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42291400.70.7900.45247.0365.6833.14
Hex2A1D8C464F02Df74221
Octal523521410611705536710241
Binary1010101110110001100100011010011110101101111101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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