#3715AA

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

Shades of Persian Indigo #3715AA

Tints of Persian Indigo #3715AA

Color information

#3715AA (or 0x3715AA) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and AA. RGB value is (55,21,170). Sum of RGB (Red+Green+Blue) = 55+21+170=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #3715AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715AA is #C8EA55. Grayscale: #2F2F2F. Windows color (decimal): -13167190 or 11146551. OLE color: 11146551.

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

Color convert

RGB5521170-
CMYK0.680.8800.33
HSL253.69º78.01%37.45%-
HSV(B)253.69º87.65%66.67%-
XYZ9.14.2538.37-
YUV48.15196.76132.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=22.36%
G=8.54%
B=69.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55211700.680.8800.33253.6978.0137.45
Hex3715AA4458021fe4e25
Octal672525210413004137611645
Binary1101111010110101010100010010110000100001111111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3715AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3715AA; }

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

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

<style>
 a { background-color: #3715AA; }

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

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

<style>
 span { border-color: #3715AA; }

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

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