#3E05AD

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

Shades of Indigo #3E05AD

Tints of Indigo #3E05AD

Color information

#3E05AD (or 0x3E05AD) is unknown color: approx Indigo. HEX triplet: 3E, 05 and AD. RGB value is (62,5,173). Sum of RGB (Red+Green+Blue) = 62+5+173=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E05AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E05AD is #C1FA52. Grayscale: #282828. Windows color (decimal): -12712531 or 11339070. OLE color: 11339070.

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

Color convert

RGB625173-
CMYK0.640.9700.32
HSL260.36º94.38%34.9%-
HSV(B)260.36º97.11%67.84%-
XYZ9.584.1539.83-
YUV41.2202.38142.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 173 (67.97% from 255) = 72.08%
R=25.83%
G=2.08%
B=72.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6251730.640.9700.32260.3694.3834.9
Hex3E5AD40610201045e23
Octal76525510014104040413643
Binary111110101101011011000000110000101000001000001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E05AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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