#2D197A

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

Shades of Persian Indigo #2D197A

Tints of Persian Indigo #2D197A

Color information

#2D197A (or 0x2D197A) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 7A. RGB value is (45,25,122). Sum of RGB (Red+Green+Blue) = 45+25+122=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D197A is #D2E685. Grayscale: #292929. Windows color (decimal): -13821574 or 8001837. OLE color: 8001837.

HSL color Cylindrical-coordinate representation of color #2D197A: hue angle of 252.37º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D197A is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4525122-
CMYK0.630.8000.52
HSL252.37º65.99%28.82%-
HSV(B)252.37º79.51%47.84%-
XYZ4.942.6618.66-
YUV42.04173.13130.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 122 (48.05% from 255) = 63.54%
R=23.44%
G=13.02%
B=63.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45251220.630.8000.52252.3765.9928.82
Hex2D197A3F50034fc421d
Octal55311727712006437410235
Binary1011011100111110101111111010000011010011111100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,25,122); }

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

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

 a { background-color: rgb(45,25,122); }

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

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

 span { border-color: rgb(45,25,122); }

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