#3E1E7F

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

Shades of Persian Indigo #3E1E7F

Tints of Persian Indigo #3E1E7F

Color information

#3E1E7F (or 0x3E1E7F) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1E and 7F. RGB value is (62,30,127). Sum of RGB (Red+Green+Blue) = 62+30+127=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E1E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E7F is #C1E180. Grayscale: #323232. Windows color (decimal): -12706177 or 8330814. OLE color: 8330814.

HSL color Cylindrical-coordinate representation of color #3E1E7F: hue angle of 259.79º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1E7F is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6230127-
CMYK0.510.7600.50
HSL259.79º61.78%30.78%-
HSV(B)259.79º76.38%49.8%-
XYZ6.283.4820.42-
YUV50.63171.1136.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 127 (50% from 255) = 57.99%
R=28.31%
G=13.70%
B=57.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62301270.510.7600.50259.7961.7830.78
Hex3E1E7F334C0321043e1f
Octal7636177631140624047637
Binary1111101111011111111100111001100011001010000010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,127); }

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

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

 a { background-color: rgb(62,30,127); }

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

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

 span { border-color: rgb(62,30,127); }

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