#3E1690

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

Shades of Persian Indigo #3E1690

Tints of Persian Indigo #3E1690

Color information

#3E1690 (or 0x3E1690) is unknown color: approx Persian Indigo. HEX triplet: 3E, 16 and 90. RGB value is (62,22,144). Sum of RGB (Red+Green+Blue) = 62+22+144=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1690 is #C1E96F. Grayscale: #2F2F2F. Windows color (decimal): -12708208 or 9442878. OLE color: 9442878.

HSL color Cylindrical-coordinate representation of color #3E1690: hue angle of 259.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1690 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6222144-
CMYK0.570.8500.44
HSL259.67º73.49%32.55%-
HSV(B)259.67º84.72%56.47%-
XYZ7.313.6126.7-
YUV47.87182.25138.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.19%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=27.19%
G=9.65%
B=63.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62221440.570.8500.44259.6773.4932.55
Hex3E1690395502C1044921
Octal76262207112505440411141
Binary1111101011010010000111001101010101011001000001001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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