#3D1774

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

Shades of Persian Indigo #3D1774

Tints of Persian Indigo #3D1774

Color information

#3D1774 (or 0x3D1774) is unknown color: approx Persian Indigo. HEX triplet: 3D, 17 and 74. RGB value is (61,23,116). Sum of RGB (Red+Green+Blue) = 61+23+116=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D1774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1774 is #C2E88B. Grayscale: #2C2C2C. Windows color (decimal): -12773516 or 7608125. OLE color: 7608125.

HSL color Cylindrical-coordinate representation of color #3D1774: hue angle of 264.52º 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 #3D1774 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6123116-
CMYK0.470.8000.55
HSL264.52º66.91%27.25%-
HSV(B)264.52º80.17%45.49%-
XYZ5.382.8716.79-
YUV44.96168.09139.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 116 (45.70% from 255) = 58%
R=30.5%
G=11.5%
B=58%

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
Decimal61231160.470.8000.55264.5266.9127.25
Hex3D17742F50037109431b
Octal75271645712006741110333
Binary11110110111111010010111110100000110111100001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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