#3E1779

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

Shades of Persian Indigo #3E1779

Tints of Persian Indigo #3E1779

Color information

#3E1779 (or 0x3E1779) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 79. RGB value is (62,23,121). Sum of RGB (Red+Green+Blue) = 62+23+121=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1779 is #C1E886. Grayscale: #2D2D2D. Windows color (decimal): -12707975 or 7935806. OLE color: 7935806.

HSL color Cylindrical-coordinate representation of color #3E1779: hue angle of 263.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1779 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6223121-
CMYK0.490.8100.53
HSL263.88º68.06%28.24%-
HSV(B)263.88º80.99%47.45%-
XYZ5.743.0218.37-
YUV45.83170.42139.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=30.10%
G=11.17%
B=58.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62231210.490.8100.53263.8868.0628.24
Hex3E17793151035108441c
Octal76271716112106541010434
Binary11111010111111100111000110100010110101100001000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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