#3D1D76

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

Shades of Persian Indigo #3D1D76

Tints of Persian Indigo #3D1D76

Color information

#3D1D76 (or 0x3D1D76) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1D and 76. RGB value is (61,29,118). Sum of RGB (Red+Green+Blue) = 61+29+118=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D76 is #C2E289. Grayscale: #303030. Windows color (decimal): -12771978 or 7740733. OLE color: 7740733.

HSL color Cylindrical-coordinate representation of color #3D1D76: hue angle of 261.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1D76 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6129118-
CMYK0.480.7500.54
HSL261.57º60.54%28.82%-
HSV(B)261.57º75.42%46.27%-
XYZ5.633.1817.46-
YUV48.71167.1136.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=29.33%
G=13.94%
B=56.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61291180.480.7500.54261.5760.5428.82
Hex3D1D76304B0361063d1d
Octal7535166601130664067535
Binary1111011110111101101100001001011011011010000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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