#3D1C76

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

Shades of Persian Indigo #3D1C76

Tints of Persian Indigo #3D1C76

Color information

#3D1C76 (or 0x3D1C76) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1C and 76. RGB value is (61,28,118). Sum of RGB (Red+Green+Blue) = 61+28+118=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1C76 is #C2E389. Grayscale: #2F2F2F. Windows color (decimal): -12772234 or 7740477. OLE color: 7740477.

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

Color convert

RGB6128118-
CMYK0.480.7600.54
HSL262º61.64%28.63%-
HSV(B)262º76.27%46.27%-
XYZ5.613.1317.45-
YUV48.13167.43137.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=29.47%
G=13.53%
B=57.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61281180.480.7600.5426261.6428.63
Hex3D1C76304C0361063e1d
Octal7534166601140664067635
Binary1111011110011101101100001001100011011010000011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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