#3E1072

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

Shades of Persian Indigo #3E1072

Tints of Persian Indigo #3E1072

Color information

#3E1072 (or 0x3E1072) is unknown color: approx Persian Indigo. HEX triplet: 3E, 10 and 72. RGB value is (62,16,114). Sum of RGB (Red+Green+Blue) = 62+16+114=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1072 is #C1EF8D. Grayscale: #282828. Windows color (decimal): -12709774 or 7475262. OLE color: 7475262.

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

Color convert

RGB6216114-
CMYK0.460.8600.55
HSL268.16º75.38%25.49%-
HSV(B)268.16º85.96%44.71%-
XYZ5.212.6116.15-
YUV40.93169.24143.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=32.29%
G=8.33%
B=59.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62161140.460.8600.55268.1675.3825.49
Hex3E10722E5603710c4b19
Octal76201625612606741411331
Binary11111010000111001010111010101100110111100001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,114); }

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

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

 a { background-color: rgb(62,16,114); }

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

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

 span { border-color: rgb(62,16,114); }

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