#39149F

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

Shades of Persian Indigo #39149F

Tints of Persian Indigo #39149F

Color information

#39149F (or 0x39149F) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 9F. RGB value is (57,20,159). Sum of RGB (Red+Green+Blue) = 57+20+159=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #39149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149F is #C6EB60. Grayscale: #2E2E2E. Windows color (decimal): -13036385 or 10425401. OLE color: 10425401.

HSL color Cylindrical-coordinate representation of color #39149F: hue angle of 255.97º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39149F is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5720159-
CMYK0.640.8700.38
HSL255.97º77.65%35.1%-
HSV(B)255.97º87.42%62.35%-
XYZ8.23.8733.12-
YUV46.91191.26135.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=24.15%
G=8.47%
B=67.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57201590.640.8700.38255.9777.6535.1
Hex39149F40570261004e23
Octal712423710012704640011643
Binary11100110100100111111000000101011101001101000000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39149F; }

 p { color: rgb(57,20,159); }

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

<style>
 a { background-color: #39149F; }

 a { background-color: rgb(57,20,159); }

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

<style>
 span { border-color: #39149F; }

 span { border-color: rgb(57,20,159); }

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