#3D1D73

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

Shades of Persian Indigo #3D1D73

Tints of Persian Indigo #3D1D73

Color information

#3D1D73 (or 0x3D1D73) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1D and 73. RGB value is (61,29,115). Sum of RGB (Red+Green+Blue) = 61+29+115=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D1D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D73 is #C2E28C. Grayscale: #303030. Windows color (decimal): -12771981 or 7544125. OLE color: 7544125.

HSL color Cylindrical-coordinate representation of color #3D1D73: hue angle of 262.33º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1D73 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6129115-
CMYK0.470.7500.55
HSL262.33º59.72%28.24%-
HSV(B)262.33º74.78%45.1%-
XYZ5.463.1116.53-
YUV48.37165.6137.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.76%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=29.76%
G=14.15%
B=56.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61291150.470.7500.55262.3359.7228.24
Hex3D1D732F4B0371063c1c
Octal7535163571130674067434
Binary1111011110111100111011111001011011011110000011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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