#3E1277

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

Shades of Persian Indigo #3E1277

Tints of Persian Indigo #3E1277

Color information

#3E1277 (or 0x3E1277) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 77. RGB value is (62,18,119). Sum of RGB (Red+Green+Blue) = 62+18+119=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1277 is #C1ED88. Grayscale: #2A2A2A. Windows color (decimal): -12709257 or 7803454. OLE color: 7803454.

HSL color Cylindrical-coordinate representation of color #3E1277: hue angle of 266.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1277 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6218119-
CMYK0.480.8500.53
HSL266.14º73.72%26.86%-
HSV(B)266.14º84.87%46.67%-
XYZ5.532.7917.7-
YUV42.67171.08141.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=31.16%
G=9.05%
B=59.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62181190.480.8500.53266.1473.7226.86
Hex3E1277305503510a4a1b
Octal76221676012506541211233
Binary11111010010111011111000010101010110101100001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,119); }

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

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

 a { background-color: rgb(62,18,119); }

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

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

 span { border-color: rgb(62,18,119); }

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