#2D1692

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

Shades of Persian Indigo #2D1692

Tints of Persian Indigo #2D1692

Color information

#2D1692 (or 0x2D1692) is unknown color: approx Persian Indigo. HEX triplet: 2D, 16 and 92. RGB value is (45,22,146). Sum of RGB (Red+Green+Blue) = 45+22+146=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1692 is #D2E96D. Grayscale: #2A2A2A. Windows color (decimal): -13822318 or 9573933. OLE color: 9573933.

HSL color Cylindrical-coordinate representation of color #2D1692: hue angle of 251.13º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1692 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4522146-
CMYK0.690.8500.43
HSL251.13º73.81%32.94%-
HSV(B)251.13º84.93%57.25%-
XYZ6.563.2127.47-
YUV43.01186.12129.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.13%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=21.13%
G=10.33%
B=68.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45221460.690.8500.43251.1373.8132.94
Hex2D1692455502Bfb4a21
Octal552622210512505337311241
Binary1011011011010010010100010110101010101011111110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,22,146); }

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

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

 a { background-color: rgb(45,22,146); }

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

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

 span { border-color: rgb(45,22,146); }

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