#2A197E

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

Shades of Persian Indigo #2A197E

Tints of Persian Indigo #2A197E

Color information

#2A197E (or 0x2A197E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 19 and 7E. RGB value is (42,25,126). Sum of RGB (Red+Green+Blue) = 42+25+126=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A197E is #D5E681. Grayscale: #292929. Windows color (decimal): -14018178 or 8263978. OLE color: 8263978.

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

Color convert

RGB4225126-
CMYK0.670.8000.51
HSL250.1º66.89%29.61%-
HSV(B)250.1º80.16%49.41%-
XYZ5.072.6919.99-
YUV41.6175.63128.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 126 (49.61% from 255) = 65.28%
R=21.76%
G=12.95%
B=65.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42251260.670.8000.51250.166.8929.61
Hex2A197E4350033fa431e
Octal523117610312006337210336
Binary10101011001111111010000111010000011001111111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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