#2A197F

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

Shades of Persian Indigo #2A197F

Tints of Persian Indigo #2A197F

Color information

#2A197F (or 0x2A197F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 19 and 7F. RGB value is (42,25,127). Sum of RGB (Red+Green+Blue) = 42+25+127=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A197F is #D5E680. Grayscale: #292929. Windows color (decimal): -14018177 or 8329514. OLE color: 8329514.

HSL color Cylindrical-coordinate representation of color #2A197F: hue angle of 250º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A197F is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4225127-
CMYK0.670.8000.50
HSL250º67.11%29.8%-
HSV(B)250º80.31%49.8%-
XYZ5.132.7220.33-
YUV41.71176.13128.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 127 (50% from 255) = 65.46%
R=21.65%
G=12.89%
B=65.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42251270.670.8000.5025067.1129.8
Hex2A197F4350032fa431e
Octal523117710312006237210336
Binary10101011001111111110000111010000011001011111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,127); }

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

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

 a { background-color: rgb(42,25,127); }

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

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

 span { border-color: rgb(42,25,127); }

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