#3D1291

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

Shades of Persian Indigo #3D1291

Tints of Persian Indigo #3D1291

Color information

#3D1291 (or 0x3D1291) is unknown color: approx Persian Indigo. HEX triplet: 3D, 12 and 91. RGB value is (61,18,145). Sum of RGB (Red+Green+Blue) = 61+18+145=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D1291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1291 is #C2ED6E. Grayscale: #2C2C2C. Windows color (decimal): -12774767 or 9507389. OLE color: 9507389.

HSL color Cylindrical-coordinate representation of color #3D1291: hue angle of 260.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1291 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6118145-
CMYK0.580.8800.43
HSL260.31º77.91%31.96%-
HSV(B)260.31º87.59%56.86%-
XYZ7.253.4727.08-
YUV45.34184.25139.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 145 (57.03% from 255) = 64.73%
R=27.23%
G=8.04%
B=64.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61181450.580.8800.43260.3177.9131.96
Hex3D12913A5802B1044e20
Octal75222217213005340411640
Binary1111011001010010001111010101100001010111000001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,18,145); }

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

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

 a { background-color: rgb(61,18,145); }

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

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

 span { border-color: rgb(61,18,145); }

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