#3D1889

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

Shades of Persian Indigo #3D1889

Tints of Persian Indigo #3D1889

Color information

#3D1889 (or 0x3D1889) is unknown color: approx Persian Indigo. HEX triplet: 3D, 18 and 89. RGB value is (61,24,137). Sum of RGB (Red+Green+Blue) = 61+24+137=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D1889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1889 is #C2E776. Grayscale: #2F2F2F. Windows color (decimal): -12773239 or 8984637. OLE color: 8984637.

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

Color convert

RGB6124137-
CMYK0.550.8200.46
HSL259.65º70.19%31.57%-
HSV(B)259.65º82.48%53.73%-
XYZ6.773.4523.98-
YUV47.94178.26137.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=27.48%
G=10.81%
B=61.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61241370.550.8200.46259.6570.1931.57
Hex3D1889375202E1044620
Octal75302116712205640410640
Binary1111011100010001001110111101001001011101000001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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