#3E0DAF

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

Shades of Indigo #3E0DAF

Tints of Indigo #3E0DAF

Color information

#3E0DAF (or 0x3E0DAF) is unknown color: approx Indigo. HEX triplet: 3E, 0D and AF. RGB value is (62,13,175). Sum of RGB (Red+Green+Blue) = 62+13+175=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E0DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0DAF is #C1F250. Grayscale: #2D2D2D. Windows color (decimal): -12710481 or 11472190. OLE color: 11472190.

HSL color Cylindrical-coordinate representation of color #3E0DAF: hue angle of 258.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0DAF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6213175-
CMYK0.650.9300.31
HSL258.15º86.17%36.86%-
HSV(B)258.15º92.57%68.63%-
XYZ9.874.4140.89-
YUV46.12200.73139.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.8%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 175 (68.75% from 255) = 70%
R=24.8%
G=5.2%
B=70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62131750.650.9300.31258.1586.1736.86
Hex3EDAF415D01F1025625
Octal761525710113503740212645
Binary111110110110101111100000110111010111111000000101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,13,175); }

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

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

 a { background-color: rgb(62,13,175); }

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

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

 span { border-color: rgb(62,13,175); }

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