#3916AA

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

Shades of Persian Indigo #3916AA

Tints of Persian Indigo #3916AA

Color information

#3916AA (or 0x3916AA) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and AA. RGB value is (57,22,170). Sum of RGB (Red+Green+Blue) = 57+22+170=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #3916AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3916AA is #C6E955. Grayscale: #303030. Windows color (decimal): -13035862 or 11146809. OLE color: 11146809.

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

Color convert

RGB5722170-
CMYK0.660.8700.33
HSL254.19º77.08%37.65%-
HSV(B)254.19º87.06%66.67%-
XYZ9.234.3538.38-
YUV49.34196.1133.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=22.89%
G=8.84%
B=68.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57221700.660.8700.33254.1977.0837.65
Hex3916AA4257021fe4d26
Octal712625210212704137611546
Binary1110011011010101010100001010101110100001111111101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3916AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,22,170); }

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

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

 a { background-color: rgb(57,22,170); }

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

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

 span { border-color: rgb(57,22,170); }

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