#3915A6

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

Shades of Persian Indigo #3915A6

Tints of Persian Indigo #3915A6

Color information

#3915A6 (or 0x3915A6) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and A6. RGB value is (57,21,166). Sum of RGB (Red+Green+Blue) = 57+21+166=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #3915A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3915A6 is #C6EA59. Grayscale: #2F2F2F. Windows color (decimal): -13036122 or 10884409. OLE color: 10884409.

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

Color convert

RGB5721166-
CMYK0.660.8700.35
HSL254.9º77.54%36.67%-
HSV(B)254.9º87.35%65.1%-
XYZ8.844.1636.41-
YUV48.29194.43134.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 166 (65.23% from 255) = 68.03%
R=23.36%
G=8.61%
B=68.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57211660.660.8700.35254.977.5436.67
Hex3915A64257023ff4e25
Octal712524610212704337711645
Binary1110011010110100110100001010101110100011111111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3915A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,21,166); }

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

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

 a { background-color: rgb(57,21,166); }

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

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

 span { border-color: rgb(57,21,166); }

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