#3915A2

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

Shades of Persian Indigo #3915A2

Tints of Persian Indigo #3915A2

Color information

#3915A2 (or 0x3915A2) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and A2. RGB value is (57,21,162). Sum of RGB (Red+Green+Blue) = 57+21+162=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #3915A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3915A2 is #C6EA5D. Grayscale: #2F2F2F. Windows color (decimal): -13036126 or 10622265. OLE color: 10622265.

HSL color Cylindrical-coordinate representation of color #3915A2: hue angle of 255.32º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3915A2 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5721162-
CMYK0.650.8700.36
HSL255.32º77.05%35.88%-
HSV(B)255.32º87.04%63.53%-
XYZ8.484.0134.51-
YUV47.84192.43134.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 162 (63.67% from 255) = 67.5%
R=23.75%
G=8.75%
B=67.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57211620.650.8700.36255.3277.0535.88
Hex3915A24157024ff4d24
Octal712524210112704437711544
Binary1110011010110100010100000110101110100100111111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3915A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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