#3D0F71

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

Shades of Persian Indigo #3D0F71

Tints of Persian Indigo #3D0F71

Color information

#3D0F71 (or 0x3D0F71) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0F and 71. RGB value is (61,15,113). Sum of RGB (Red+Green+Blue) = 61+15+113=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0F71 is #C2F08E. Grayscale: #272727. Windows color (decimal): -12775567 or 7409469. OLE color: 7409469.

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

Color convert

RGB6115113-
CMYK0.460.8700.56
HSL268.16º76.56%25.1%-
HSV(B)268.16º86.73%44.31%-
XYZ5.082.5315.84-
YUV39.93169.24143.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 15 (6.25% from 255) = 7.94%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=32.28%
G=7.94%
B=59.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61151130.460.8700.56268.1676.5625.1
Hex3DF712E5703810c4d19
Octal75171615612707041411531
Binary1111011111111000110111010101110111000100001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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