#3D1A89

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

Shades of Persian Indigo #3D1A89

Tints of Persian Indigo #3D1A89

Color information

#3D1A89 (or 0x3D1A89) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1A and 89. RGB value is (61,26,137). Sum of RGB (Red+Green+Blue) = 61+26+137=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D1A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1A89 is #C2E576. Grayscale: #303030. Windows color (decimal): -12772727 or 8985149. OLE color: 8985149.

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

Color convert

RGB6126137-
CMYK0.550.8100.46
HSL258.92º68.1%31.96%-
HSV(B)258.92º81.02%53.73%-
XYZ6.813.5423.99-
YUV49.12177.6136.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 137 (53.91% from 255) = 61.16%
R=27.23%
G=11.61%
B=61.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61261370.550.8100.46258.9268.131.96
Hex3D1A89375102E1034420
Octal75322116712105640310440
Binary1111011101010001001110111101000101011101000000111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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