#3D1E87

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

Shades of Persian Indigo #3D1E87

Tints of Persian Indigo #3D1E87

Color information

#3D1E87 (or 0x3D1E87) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1E and 87. RGB value is (61,30,135). Sum of RGB (Red+Green+Blue) = 61+30+135=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1E87 is #C2E178. Grayscale: #323232. Windows color (decimal): -12771705 or 8855101. OLE color: 8855101.

HSL color Cylindrical-coordinate representation of color #3D1E87: hue angle of 257.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1E87 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6130135-
CMYK0.550.7800.47
HSL257.71º63.64%32.35%-
HSV(B)257.71º77.78%52.94%-
XYZ6.763.6723.27-
YUV51.24175.27134.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=26.99%
G=13.27%
B=59.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61301350.550.7800.47257.7163.6432.35
Hex3D1E87374E02F1024020
Octal75362076711605740210040
Binary1111011111010000111110111100111001011111000000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,135); }

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

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

 a { background-color: rgb(61,30,135); }

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

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

 span { border-color: rgb(61,30,135); }

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