#3E11AA

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

Shades of Persian Indigo #3E11AA

Tints of Persian Indigo #3E11AA

Color information

#3E11AA (or 0x3E11AA) is unknown color: approx Persian Indigo. HEX triplet: 3E, 11 and AA. RGB value is (62,17,170). Sum of RGB (Red+Green+Blue) = 62+17+170=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E11AA is #C1EE55. Grayscale: #2F2F2F. Windows color (decimal): -12709462 or 11145534. OLE color: 11145534.

HSL color Cylindrical-coordinate representation of color #3E11AA: hue angle of 257.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E11AA is Cyan = 0.64, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6217170-
CMYK0.640.900.33
HSL257.65º81.82%36.67%-
HSV(B)257.65º90%66.67%-
XYZ9.444.3338.37-
YUV47.9196.91138.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.90%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=24.90%
G=6.83%
B=68.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62171700.640.900.33257.6581.8236.67
Hex3E11AA405A0211025225
Octal762125210013204140212245
Binary11111010001101010101000000101101001000011000000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,170); }

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

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

 a { background-color: rgb(62,17,170); }

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

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

 span { border-color: rgb(62,17,170); }

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