#3E1E92

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

Shades of Persian Indigo #3E1E92

Tints of Persian Indigo #3E1E92

Color information

#3E1E92 (or 0x3E1E92) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1E and 92. RGB value is (62,30,146). Sum of RGB (Red+Green+Blue) = 62+30+146=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E1E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E92 is #C1E16D. Grayscale: #343434. Windows color (decimal): -12706158 or 9575998. OLE color: 9575998.

HSL color Cylindrical-coordinate representation of color #3E1E92: hue angle of 256.55º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1E92 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6230146-
CMYK0.580.7900.43
HSL256.55º65.91%34.51%-
HSV(B)256.55º79.45%57.25%-
XYZ7.644.0327.57-
YUV52.79180.6134.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=26.05%
G=12.61%
B=61.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62301460.580.7900.43256.5565.9134.51
Hex3E1E923A4F02B1014223
Octal76362227211705340110243
Binary1111101111010010010111010100111101010111000000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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