#3D1793

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

Shades of Persian Indigo #3D1793

Tints of Persian Indigo #3D1793

Color information

#3D1793 (or 0x3D1793) is unknown color: approx Persian Indigo. HEX triplet: 3D, 17 and 93. RGB value is (61,23,147). Sum of RGB (Red+Green+Blue) = 61+23+147=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1793 is #C2E86C. Grayscale: #303030. Windows color (decimal): -12773485 or 9639741. OLE color: 9639741.

HSL color Cylindrical-coordinate representation of color #3D1793: hue angle of 258.39º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1793 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6123147-
CMYK0.590.8400.42
HSL258.39º72.94%33.33%-
HSV(B)258.39º84.35%57.65%-
XYZ7.53.7127.92-
YUV48.5183.59136.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=26.41%
G=9.96%
B=63.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61231470.590.8400.42258.3972.9433.33
Hex3D17933B5402A1024921
Octal75272237312405240211141
Binary1111011011110010011111011101010001010101000000101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,147); }

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

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

 a { background-color: rgb(61,23,147); }

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

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

 span { border-color: rgb(61,23,147); }

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