#3D1574

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

Shades of Persian Indigo #3D1574

Tints of Persian Indigo #3D1574

Color information

#3D1574 (or 0x3D1574) is unknown color: approx Persian Indigo. HEX triplet: 3D, 15 and 74. RGB value is (61,21,116). Sum of RGB (Red+Green+Blue) = 61+21+116=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D1574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1574 is #C2EA8B. Grayscale: #2B2B2B. Windows color (decimal): -12774028 or 7607613. OLE color: 7607613.

HSL color Cylindrical-coordinate representation of color #3D1574: hue angle of 265.26º 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 #3D1574 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6121116-
CMYK0.470.8200.55
HSL265.26º69.34%26.86%-
HSV(B)265.26º81.9%45.49%-
XYZ5.352.7916.78-
YUV43.79168.75140.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.81%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 116 (45.70% from 255) = 58.59%
R=30.81%
G=10.61%
B=58.59%

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
Decimal61211160.470.8200.55265.2669.3426.86
Hex3D15742F52037109451b
Octal75251645712206741110533
Binary11110110101111010010111110100100110111100001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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