#3801AE

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

Shades of Indigo #3801AE

Tints of Indigo #3801AE

Color information

#3801AE (or 0x3801AE) is unknown color: approx Indigo. HEX triplet: 38, 01 and AE. RGB value is (56,1,174). Sum of RGB (Red+Green+Blue) = 56+1+174=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #3801AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AE is #C7FE51. Grayscale: #242424. Windows color (decimal): -13106770 or 11403576. OLE color: 11403576.

HSL color Cylindrical-coordinate representation of color #3801AE: hue angle of 259.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801AE is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB561174-
CMYK0.680.9900.32
HSL259.08º98.86%34.31%-
HSV(B)259.08º99.43%68.24%-
XYZ9.283.9240.31-
YUV37.17205.22141.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=24.24%
G=0.43%
B=75.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5611740.680.9900.32259.0898.8634.31
Hex381AE44630201036322
Octal70125610414304040314342
Binary1110001101011101000100110001101000001000000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3801AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3801AE; }

 p { color: rgb(56,1,174); }

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

<style>
 a { background-color: #3801AE; }

 a { background-color: rgb(56,1,174); }

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

<style>
 span { border-color: #3801AE; }

 span { border-color: rgb(56,1,174); }

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