#3E1273

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

Shades of Persian Indigo #3E1273

Tints of Persian Indigo #3E1273

Color information

#3E1273 (or 0x3E1273) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 73. RGB value is (62,18,115). Sum of RGB (Red+Green+Blue) = 62+18+115=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E1273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1273 is #C1ED8C. Grayscale: #292929. Windows color (decimal): -12709261 or 7541310. OLE color: 7541310.

HSL color Cylindrical-coordinate representation of color #3E1273: hue angle of 267.22º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1273 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6218115-
CMYK0.460.8400.55
HSL267.22º72.93%26.08%-
HSV(B)267.22º84.35%45.1%-
XYZ5.32.6916.46-
YUV42.21169.08142.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.79%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=31.79%
G=9.23%
B=58.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62181150.460.8400.55267.2272.9326.08
Hex3E12732E5403710b491a
Octal76221635612406741311132
Binary11111010010111001110111010101000110111100001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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