#3D1789

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

Shades of Persian Indigo #3D1789

Tints of Persian Indigo #3D1789

Color information

#3D1789 (or 0x3D1789) is unknown color: approx Persian Indigo. HEX triplet: 3D, 17 and 89. RGB value is (61,23,137). Sum of RGB (Red+Green+Blue) = 61+23+137=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D1789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1789 is #C2E876. Grayscale: #2E2E2E. Windows color (decimal): -12773495 or 8984381. OLE color: 8984381.

HSL color Cylindrical-coordinate representation of color #3D1789: hue angle of 260º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1789 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6123137-
CMYK0.550.8300.46
HSL260º71.25%31.37%-
HSV(B)260º83.21%53.73%-
XYZ6.753.4123.97-
YUV47.36178.59137.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=27.60%
G=10.41%
B=61.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61231370.550.8300.4626071.2531.37
Hex3D1789375302E104471f
Octal75272116712305640410737
Binary111101101111000100111011110100110101110100000100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,137); }

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

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

 a { background-color: rgb(61,23,137); }

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

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

 span { border-color: rgb(61,23,137); }

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