#3D1987

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

Shades of Persian Indigo #3D1987

Tints of Persian Indigo #3D1987

Color information

#3D1987 (or 0x3D1987) is unknown color: approx Persian Indigo. HEX triplet: 3D, 19 and 87. RGB value is (61,25,135). Sum of RGB (Red+Green+Blue) = 61+25+135=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D1987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1987 is #C2E678. Grayscale: #2F2F2F. Windows color (decimal): -12772985 or 8853821. OLE color: 8853821.

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

Color convert

RGB6125135-
CMYK0.550.8100.47
HSL259.64º68.75%31.37%-
HSV(B)259.64º81.48%52.94%-
XYZ6.653.4423.23-
YUV48.3176.93137.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=27.60%
G=11.31%
B=61.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61251350.550.8100.47259.6468.7531.37
Hex3D1987375102F104451f
Octal75312076712105740410537
Binary111101110011000011111011110100010101111100000100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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