#3E1B76

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

Shades of Persian Indigo #3E1B76

Tints of Persian Indigo #3E1B76

Color information

#3E1B76 (or 0x3E1B76) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1B and 76. RGB value is (62,27,118). Sum of RGB (Red+Green+Blue) = 62+27+118=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E1B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1B76 is #C1E489. Grayscale: #2F2F2F. Windows color (decimal): -12706954 or 7740222. OLE color: 7740222.

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

Color convert

RGB6227118-
CMYK0.470.7700.54
HSL263.08º62.76%28.43%-
HSV(B)263.08º77.12%46.27%-
XYZ5.653.1217.44-
YUV47.84167.6138.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=29.95%
G=13.04%
B=57.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62271180.470.7700.54263.0862.7628.43
Hex3E1B762F4D0361073f1c
Octal7633166571150664077734
Binary1111101101111101101011111001101011011010000011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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