#3E1793

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

Shades of Persian Indigo #3E1793

Tints of Persian Indigo #3E1793

Color information

#3E1793 (or 0x3E1793) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 93. RGB value is (62,23,147). Sum of RGB (Red+Green+Blue) = 62+23+147=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1793 is #C1E86C. Grayscale: #303030. Windows color (decimal): -12707949 or 9639742. OLE color: 9639742.

HSL color Cylindrical-coordinate representation of color #3E1793: hue angle of 258.87º 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 #3E1793 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6223147-
CMYK0.580.8400.42
HSL258.87º72.94%33.33%-
HSV(B)258.87º84.35%57.65%-
XYZ7.563.7427.93-
YUV48.8183.42137.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=26.72%
G=9.91%
B=63.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62231470.580.8400.42258.8772.9433.33
Hex3E17933A5402A1034921
Octal76272237212405240311141
Binary1111101011110010011111010101010001010101000000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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