#2D2392

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

Shades of Persian Indigo #2D2392

Tints of Persian Indigo #2D2392

Color information

#2D2392 (or 0x2D2392) is unknown color: approx Persian Indigo. HEX triplet: 2D, 23 and 92. RGB value is (45,35,146). Sum of RGB (Red+Green+Blue) = 45+35+146=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2392 is #D2DC6D. Grayscale: #323232. Windows color (decimal): -13818990 or 9577261. OLE color: 9577261.

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

Color convert

RGB4535146-
CMYK0.690.7600.43
HSL245.41º61.33%35.49%-
HSV(B)245.41º76.03%57.25%-
XYZ6.873.8427.57-
YUV50.64181.81123.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=19.91%
G=15.49%
B=64.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45351460.690.7600.43245.4161.3335.49
Hex2D2392454C02Bf53d23
Octal55432221051140533657543
Binary1011011000111001001010001011001100010101111110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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