#3D1685

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

Shades of Persian Indigo #3D1685

Tints of Persian Indigo #3D1685

Color information

#3D1685 (or 0x3D1685) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 85. RGB value is (61,22,133). Sum of RGB (Red+Green+Blue) = 61+22+133=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D1685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1685 is #C2E97A. Grayscale: #2D2D2D. Windows color (decimal): -12773755 or 8721981. OLE color: 8721981.

HSL color Cylindrical-coordinate representation of color #3D1685: hue angle of 261.08º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1685 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6122133-
CMYK0.540.8300.48
HSL261.08º71.61%30.39%-
HSV(B)261.08º83.46%52.16%-
XYZ6.453.2622.48-
YUV46.32176.92138.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=28.24%
G=10.19%
B=61.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61221330.540.8300.48261.0871.6130.39
Hex3D16853653030105481e
Octal75262056612306040511036
Binary111101101101000010111011010100110110000100000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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