#2D196F

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

Shades of Persian Indigo #2D196F

Tints of Persian Indigo #2D196F

Color information

#2D196F (or 0x2D196F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 6F. RGB value is (45,25,111). Sum of RGB (Red+Green+Blue) = 45+25+111=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D196F is #D2E690. Grayscale: #282828. Windows color (decimal): -13821585 or 7280941. OLE color: 7280941.

HSL color Cylindrical-coordinate representation of color #2D196F: hue angle of 253.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D196F is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4525111-
CMYK0.590.7700.56
HSL253.95º63.24%26.67%-
HSV(B)253.95º77.48%43.53%-
XYZ4.32.415.28-
YUV40.78167.63131.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.86%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=24.86%
G=13.81%
B=61.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45251110.590.7700.56253.9563.2426.67
Hex2D196F3B4D038fe3f1b
Octal5531157731150703767733
Binary101101110011101111111011100110101110001111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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