#3D1773

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

Shades of Persian Indigo #3D1773

Tints of Persian Indigo #3D1773

Color information

#3D1773 (or 0x3D1773) is unknown color: approx Persian Indigo. HEX triplet: 3D, 17 and 73. RGB value is (61,23,115). Sum of RGB (Red+Green+Blue) = 61+23+115=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1773 is #C2E88C. Grayscale: #2C2C2C. Windows color (decimal): -12773517 or 7542589. OLE color: 7542589.

HSL color Cylindrical-coordinate representation of color #3D1773: hue angle of 264.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1773 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6123115-
CMYK0.470.8000.55
HSL264.78º66.67%27.06%-
HSV(B)264.78º80%45.1%-
XYZ5.332.8416.49-
YUV44.85167.59139.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=30.65%
G=11.56%
B=57.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61231150.470.8000.55264.7866.6727.06
Hex3D17732F50037109431b
Octal75271635712006741110333
Binary11110110111111001110111110100000110111100001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1773; }

 p { color: rgb(61,23,115); }

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

<style>
 a { background-color: #3D1773; }

 a { background-color: rgb(61,23,115); }

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

<style>
 span { border-color: #3D1773; }

 span { border-color: rgb(61,23,115); }

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