#2A157C

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

Shades of Persian Indigo #2A157C

Tints of Persian Indigo #2A157C

Color information

#2A157C (or 0x2A157C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 15 and 7C. RGB value is (42,21,124). Sum of RGB (Red+Green+Blue) = 42+21+124=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A157C is #D5EA83. Grayscale: #262626. Windows color (decimal): -14019204 or 8131882. OLE color: 8131882.

HSL color Cylindrical-coordinate representation of color #2A157C: hue angle of 252.23º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A157C is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4221124-
CMYK0.660.8300.51
HSL252.23º71.03%28.43%-
HSV(B)252.23º83.06%48.63%-
XYZ4.862.4819.29-
YUV39.02175.96130.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=22.46%
G=11.23%
B=66.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42211240.660.8300.51252.2371.0328.43
Hex2A157C4253033fc471c
Octal522517410212306337410734
Binary10101010101111110010000101010011011001111111100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,124); }

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

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

 a { background-color: rgb(42,21,124); }

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

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

 span { border-color: rgb(42,21,124); }

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