#3803A6

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

Shades of Indigo #3803A6

Tints of Indigo #3803A6

Color information

#3803A6 (or 0x3803A6) is unknown color: approx Indigo. HEX triplet: 38, 03 and A6. RGB value is (56,3,166). Sum of RGB (Red+Green+Blue) = 56+3+166=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #3803A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3803A6 is #C7FC59. Grayscale: #242424. Windows color (decimal): -13106266 or 10879800. OLE color: 10879800.

HSL color Cylindrical-coordinate representation of color #3803A6: hue angle of 259.51º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3803A6 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB563166-
CMYK0.660.9800.35
HSL259.51º96.45%33.14%-
HSV(B)259.51º98.19%65.1%-
XYZ8.553.6636.33-
YUV37.43200.56141.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 166 (65.23% from 255) = 73.78%
R=24.89%
G=1.33%
B=73.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5631660.660.9800.35259.5196.4533.14
Hex383A642620231046021
Octal70324610214204340414041
Binary11100011101001101000010110001001000111000001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3803A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3803A6; }

 p { color: rgb(56,3,166); }

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

<style>
 a { background-color: #3803A6; }

 a { background-color: rgb(56,3,166); }

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

<style>
 span { border-color: #3803A6; }

 span { border-color: rgb(56,3,166); }

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