#3D1573

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

Shades of Persian Indigo #3D1573

Tints of Persian Indigo #3D1573

Color information

#3D1573 (or 0x3D1573) is unknown color: approx Persian Indigo. HEX triplet: 3D, 15 and 73. RGB value is (61,21,115). Sum of RGB (Red+Green+Blue) = 61+21+115=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D1573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1573 is #C2EA8C. Grayscale: #2B2B2B. Windows color (decimal): -12774029 or 7542077. OLE color: 7542077.

HSL color Cylindrical-coordinate representation of color #3D1573: hue angle of 265.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1573 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6121115-
CMYK0.470.8200.55
HSL265.53º69.12%26.67%-
HSV(B)265.53º81.74%45.1%-
XYZ5.292.7716.47-
YUV43.68168.25140.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=30.96%
G=10.66%
B=58.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61211150.470.8200.55265.5369.1226.67
Hex3D15732F5203710a451b
Octal75251635712206741210533
Binary11110110101111001110111110100100110111100001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,115); }

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

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

 a { background-color: rgb(61,21,115); }

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

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

 span { border-color: rgb(61,21,115); }

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