#3E05AA

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

Shades of Indigo #3E05AA

Tints of Indigo #3E05AA

Color information

#3E05AA (or 0x3E05AA) is unknown color: approx Indigo. HEX triplet: 3E, 05 and AA. RGB value is (62,5,170). Sum of RGB (Red+Green+Blue) = 62+5+170=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E05AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E05AA is #C1FA55. Grayscale: #282828. Windows color (decimal): -12712534 or 11142462. OLE color: 11142462.

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

Color convert

RGB625170-
CMYK0.640.9700.33
HSL260.73º94.29%34.31%-
HSV(B)260.73º97.06%66.67%-
XYZ9.34.0338.32-
YUV40.85200.88143.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 170 (66.80% from 255) = 71.73%
R=26.16%
G=2.11%
B=71.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6251700.640.9700.33260.7394.2934.31
Hex3E5AA40610211055e22
Octal76525210014104140513642
Binary111110101101010101000000110000101000011000001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E05AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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