#3E1673

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

Shades of Persian Indigo #3E1673

Tints of Persian Indigo #3E1673

Color information

#3E1673 (or 0x3E1673) is unknown color: approx Persian Indigo. HEX triplet: 3E, 16 and 73. RGB value is (62,22,115). Sum of RGB (Red+Green+Blue) = 62+22+115=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E1673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1673 is #C1E98C. Grayscale: #2C2C2C. Windows color (decimal): -12708237 or 7542334. OLE color: 7542334.

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

Color convert

RGB6222115-
CMYK0.460.8100.55
HSL265.81º67.88%26.86%-
HSV(B)265.81º80.87%45.1%-
XYZ5.372.8416.48-
YUV44.56167.75140.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=31.16%
G=11.06%
B=57.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62221150.460.8100.55265.8167.8826.86
Hex3E16732E5103710a441b
Octal76261635612106741210433
Binary11111010110111001110111010100010110111100001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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