#3D0D71

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

Shades of Persian Indigo #3D0D71

Tints of Persian Indigo #3D0D71

Color information

#3D0D71 (or 0x3D0D71) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0D and 71. RGB value is (61,13,113). Sum of RGB (Red+Green+Blue) = 61+13+113=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0D71 is #C2F28E. Grayscale: #262626. Windows color (decimal): -12776079 or 7408957. OLE color: 7408957.

HSL color Cylindrical-coordinate representation of color #3D0D71: hue angle of 268.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D0D71 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6113113-
CMYK0.460.8800.56
HSL268.8º79.37%24.71%-
HSV(B)268.8º88.5%44.31%-
XYZ5.052.4715.83-
YUV38.75169.9143.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=32.62%
G=6.95%
B=60.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61131130.460.8800.56268.879.3724.71
Hex3DD712E5803810d4f19
Octal75151615613007041511731
Binary1111011101111000110111010110000111000100001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,13,113); }

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

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

 a { background-color: rgb(61,13,113); }

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

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

 span { border-color: rgb(61,13,113); }

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