#39149E

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

Shades of Persian Indigo #39149E

Tints of Persian Indigo #39149E

Color information

#39149E (or 0x39149E) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 9E. RGB value is (57,20,158). Sum of RGB (Red+Green+Blue) = 57+20+158=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #39149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149E is #C6EB61. Grayscale: #2E2E2E. Windows color (decimal): -13036386 or 10359865. OLE color: 10359865.

HSL color Cylindrical-coordinate representation of color #39149E: hue angle of 256.09º 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 #39149E is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5720158-
CMYK0.640.8700.38
HSL256.09º77.53%34.9%-
HSV(B)256.09º87.34%61.96%-
XYZ8.113.8432.66-
YUV46.8190.76135.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=24.26%
G=8.51%
B=67.23%

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
Decimal57201580.640.8700.38256.0977.5334.9
Hex39149E40570261004e23
Octal712423610012704640011643
Binary11100110100100111101000000101011101001101000000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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