#2D1B92

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

Shades of Persian Indigo #2D1B92

Tints of Persian Indigo #2D1B92

Color information

#2D1B92 (or 0x2D1B92) is unknown color: approx Persian Indigo. HEX triplet: 2D, 1B and 92. RGB value is (45,27,146). Sum of RGB (Red+Green+Blue) = 45+27+146=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D1B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1B92 is #D2E46D. Grayscale: #2D2D2D. Windows color (decimal): -13821038 or 9575213. OLE color: 9575213.

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

Color convert

RGB4527146-
CMYK0.690.8200.43
HSL249.08º68.79%33.92%-
HSV(B)249.08º81.51%57.25%-
XYZ6.663.4227.5-
YUV45.95184.46127.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 146 (57.42% from 255) = 66.97%
R=20.64%
G=12.39%
B=66.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45271460.690.8200.43249.0868.7933.92
Hex2D1B92455202Bf94522
Octal553322210512205337110542
Binary1011011101110010010100010110100100101011111110011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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