#391777

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

Shades of Persian Indigo #391777

Tints of Persian Indigo #391777

Color information

#391777 (or 0x391777) is unknown color: approx Persian Indigo. HEX triplet: 39, 17 and 77. RGB value is (57,23,119). Sum of RGB (Red+Green+Blue) = 57+23+119=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #391777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391777 is #C6E888. Grayscale: #2B2B2B. Windows color (decimal): -13035657 or 7804729. OLE color: 7804729.

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

Color convert

RGB5723119-
CMYK0.520.8100.53
HSL261.25º67.61%27.84%-
HSV(B)261.25º80.67%46.67%-
XYZ5.322.8117.72-
YUV44.11170.26137.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=28.64%
G=11.56%
B=59.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57231190.520.8100.53261.2567.6127.84
Hex3917773451035105441c
Octal71271676412106540510434
Binary11100110111111011111010010100010110101100000101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391777; }

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

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

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

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

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

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

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

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