#391074

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

Shades of Persian Indigo #391074

Tints of Persian Indigo #391074

Color information

#391074 (or 0x391074) is unknown color: approx Persian Indigo. HEX triplet: 39, 10 and 74. RGB value is (57,16,116). Sum of RGB (Red+Green+Blue) = 57+16+116=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #391074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391074 is #C6EF8B. Grayscale: #272727. Windows color (decimal): -13037452 or 7606329. OLE color: 7606329.

HSL color Cylindrical-coordinate representation of color #391074: hue angle of 264.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391074 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5716116-
CMYK0.510.8600.55
HSL264.6º75.76%25.88%-
HSV(B)264.6º86.21%45.49%-
XYZ5.032.516.74-
YUV39.66171.08140.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 116 (45.70% from 255) = 61.38%
R=30.16%
G=8.47%
B=61.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57161160.510.8600.55264.675.7625.88
Hex39107433560371094c1a
Octal71201646312606741111432
Binary11100110000111010011001110101100110111100001001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391074; }

 p { color: rgb(57,16,116); }

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

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

 a { background-color: rgb(57,16,116); }

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

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

 span { border-color: rgb(57,16,116); }

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