#3E1A76

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

Shades of Persian Indigo #3E1A76

Tints of Persian Indigo #3E1A76

Color information

#3E1A76 (or 0x3E1A76) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1A and 76. RGB value is (62,26,118). Sum of RGB (Red+Green+Blue) = 62+26+118=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A76 is #C1E589. Grayscale: #2E2E2E. Windows color (decimal): -12707210 or 7739966. OLE color: 7739966.

HSL color Cylindrical-coordinate representation of color #3E1A76: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1A76 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6226118-
CMYK0.470.7800.54
HSL263.48º63.89%28.24%-
HSV(B)263.48º77.97%46.27%-
XYZ5.633.0717.44-
YUV47.25167.93138.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=30.10%
G=12.62%
B=57.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62261180.470.7800.54263.4863.8928.24
Hex3E1A762F4E036107401c
Octal76321665711606640710034
Binary11111011010111011010111110011100110110100000111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,118); }

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

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

 a { background-color: rgb(62,26,118); }

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

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

 span { border-color: rgb(62,26,118); }

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