#391178

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

Shades of Persian Indigo #391178

Tints of Persian Indigo #391178

Color information

#391178 (or 0x391178) is unknown color: approx Persian Indigo. HEX triplet: 39, 11 and 78. RGB value is (57,17,120). Sum of RGB (Red+Green+Blue) = 57+17+120=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #391178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391178 is #C6EE87. Grayscale: #282828. Windows color (decimal): -13037192 or 7868729. OLE color: 7868729.

HSL color Cylindrical-coordinate representation of color #391178: hue angle of 263.3º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391178 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5717120-
CMYK0.520.8600.53
HSL263.3º75.18%26.86%-
HSV(B)263.3º85.83%47.06%-
XYZ5.282.6318-
YUV40.7172.75139.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=29.38%
G=8.76%
B=61.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57171200.520.8600.53263.375.1826.86
Hex39117834560351074b1b
Octal71211706412606540711333
Binary11100110001111100011010010101100110101100000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391178; }

 p { color: rgb(57,17,120); }

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

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

 a { background-color: rgb(57,17,120); }

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

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

 span { border-color: rgb(57,17,120); }

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