#2A178D

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

Shades of Persian Indigo #2A178D

Tints of Persian Indigo #2A178D

Color information

#2A178D (or 0x2A178D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 17 and 8D. RGB value is (42,23,141). Sum of RGB (Red+Green+Blue) = 42+23+141=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A178D is #D5E872. Grayscale: #292929. Windows color (decimal): -14018675 or 9246506. OLE color: 9246506.

HSL color Cylindrical-coordinate representation of color #2A178D: hue angle of 249.66º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A178D is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4223141-
CMYK0.700.8400.45
HSL249.66º71.95%32.16%-
HSV(B)249.66º83.69%55.29%-
XYZ6.073.0325.46-
YUV42.13183.79127.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=20.39%
G=11.17%
B=68.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42231410.700.8400.45249.6671.9532.16
Hex2A178D465402Dfa4820
Octal522721510612405537211040
Binary1010101011110001101100011010101000101101111110101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,141); }

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

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

 a { background-color: rgb(42,23,141); }

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

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

 span { border-color: rgb(42,23,141); }

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