#3700aa

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

Shades of Indigo #3700AA

Tints of Indigo #3700AA

Color information

#3700AA (or 0x3700AA) is unknown color: approx Indigo. HEX triplet: 37, 00 and AA. RGB value is (55,0,170). Sum of RGB (Red+Green+Blue) = 55+0+170=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #3700AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3700AA is #C8FF55. Grayscale: #232323. Windows color (decimal): -13172566 or 11141175. OLE color: 11141175.

HSL color Cylindrical-coordinate representation of color #3700AA: hue angle of 259.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700AA is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB550170-
CMYK0.68100.33
HSL259.41º100%33.33%-
HSV(B)259.41º100%66.67%-
XYZ8.833.7138.28-
YUV35.83203.72141.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 75.56%
R=24.44%
G=0%
B=75.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5501700.68100.33259.4110033.33
Hex370AA44640211036421
Octal67025210414404140314441
Binary1101110101010101000100110010001000011000000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3700aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3700aa; }

 p { color: rgb(55,0,170); }

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

<style>
 a { background-color: #3700aa; }

 a { background-color: rgb(55,0,170); }

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

<style>
 span { border-color: #3700aa; }

 span { border-color: rgb(55,0,170); }

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