#2D198B

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

Shades of Persian Indigo #2D198B

Tints of Persian Indigo #2D198B

Color information

#2D198B (or 0x2D198B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 8B. RGB value is (45,25,139). Sum of RGB (Red+Green+Blue) = 45+25+139=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D198B is #D2E674. Grayscale: #2B2B2B. Windows color (decimal): -13821557 or 9115949. OLE color: 9115949.

HSL color Cylindrical-coordinate representation of color #2D198B: hue angle of 250.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D198B is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4525139-
CMYK0.680.8200.45
HSL250.53º69.51%32.16%-
HSV(B)250.53º82.01%54.51%-
XYZ6.093.1224.71-
YUV43.98181.63128.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=21.53%
G=11.96%
B=66.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45251390.680.8200.45250.5369.5132.16
Hex2D198B445202Dfb4620
Octal553121310412205537310640
Binary1011011100110001011100010010100100101101111110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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