#391277

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

Shades of Persian Indigo #391277

Tints of Persian Indigo #391277

Color information

#391277 (or 0x391277) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 77. RGB value is (57,18,119). Sum of RGB (Red+Green+Blue) = 57+18+119=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #391277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391277 is #C6ED88. Grayscale: #282828. Windows color (decimal): -13036937 or 7803449. OLE color: 7803449.

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

Color convert

RGB5718119-
CMYK0.520.8500.53
HSL263.17º73.72%26.86%-
HSV(B)263.17º84.87%46.67%-
XYZ5.232.6317.69-
YUV41.18171.92139.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=29.38%
G=9.28%
B=61.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57181190.520.8500.53263.1773.7226.86
Hex39127734550351074a1b
Octal71221676412506540711233
Binary11100110010111011111010010101010110101100000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391277; }

 p { color: rgb(57,18,119); }

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

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

 a { background-color: rgb(57,18,119); }

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

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

 span { border-color: rgb(57,18,119); }

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