#3D1687

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

Shades of Persian Indigo #3D1687

Tints of Persian Indigo #3D1687

Color information

#3D1687 (or 0x3D1687) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 87. RGB value is (61,22,135). Sum of RGB (Red+Green+Blue) = 61+22+135=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D1687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1687 is #C2E978. Grayscale: #2E2E2E. Windows color (decimal): -12773753 or 8853053. OLE color: 8853053.

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

Color convert

RGB6122135-
CMYK0.550.8400.47
HSL260.71º71.97%30.78%-
HSV(B)260.71º83.7%52.94%-
XYZ6.583.3223.21-
YUV46.54177.92138.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 135 (53.12% from 255) = 61.93%
R=27.98%
G=10.09%
B=61.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61221350.550.8400.47260.7171.9730.78
Hex3D1687375402F105481f
Octal75262076712405740511037
Binary111101101101000011111011110101000101111100000101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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