#2d1184

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

Shades of Persian Indigo #2D1184

Tints of Persian Indigo #2D1184

Color information

#2D1184 (or 0x2D1184) is unknown color: approx Persian Indigo. HEX triplet: 2D, 11 and 84. RGB value is (45,17,132). Sum of RGB (Red+Green+Blue) = 45+17+132=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D1184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1184 is #D2EE7B. Grayscale: #262626. Windows color (decimal): -13823612 or 8655149. OLE color: 8655149.

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

Color convert

RGB4517132-
CMYK0.660.8700.48
HSL254.61º77.18%29.22%-
HSV(B)254.61º87.12%51.76%-
XYZ5.452.6222.05-
YUV38.48180.78132.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 132 (51.95% from 255) = 68.04%
R=23.20%
G=8.76%
B=68.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45171320.660.8700.48254.6177.1829.22
Hex2D11844257030ff4d1d
Octal552120410212706037711535
Binary101101100011000010010000101010111011000011111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d1184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,132); }

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

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

 a { background-color: rgb(45,17,132); }

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

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

 span { border-color: rgb(45,17,132); }

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