#3D1070

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

Shades of Persian Indigo #3D1070

Tints of Persian Indigo #3D1070

Color information

#3D1070 (or 0x3D1070) is unknown color: approx Persian Indigo. HEX triplet: 3D, 10 and 70. RGB value is (61,16,112). Sum of RGB (Red+Green+Blue) = 61+16+112=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D1070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1070 is #C2EF8F. Grayscale: #282828. Windows color (decimal): -12775312 or 7344189. OLE color: 7344189.

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

Color convert

RGB6116112-
CMYK0.460.8600.56
HSL268.12º75%25.1%-
HSV(B)268.12º85.71%43.92%-
XYZ5.032.5315.55-
YUV40.4168.41142.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=32.28%
G=8.47%
B=59.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61161120.460.8600.56268.127525.1
Hex3D10702E5603810c4b19
Octal75201605612607041411331
Binary11110110000111000010111010101100111000100001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,112); }

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

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

 a { background-color: rgb(61,16,112); }

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

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

 span { border-color: rgb(61,16,112); }

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