#3E1B75

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

Shades of Persian Indigo #3E1B75

Tints of Persian Indigo #3E1B75

Color information

#3E1B75 (or 0x3E1B75) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1B and 75. RGB value is (62,27,117). Sum of RGB (Red+Green+Blue) = 62+27+117=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E1B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1B75 is #C1E48A. Grayscale: #2F2F2F. Windows color (decimal): -12706955 or 7674686. OLE color: 7674686.

HSL color Cylindrical-coordinate representation of color #3E1B75: hue angle of 263.33º degrees, saturation: 0.62, 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 #3E1B75 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6227117-
CMYK0.470.7700.54
HSL263.33º62.5%28.24%-
HSV(B)263.33º76.92%45.88%-
XYZ5.593.0917.13-
YUV47.72167.1138.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=30.10%
G=13.11%
B=56.80%

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
Decimal62271170.470.7700.54263.3362.528.24
Hex3E1B752F4D0361073e1c
Octal7633165571150664077634
Binary1111101101111101011011111001101011011010000011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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