#391476

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

Shades of Persian Indigo #391476

Tints of Persian Indigo #391476

Color information

#391476 (or 0x391476) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 76. RGB value is (57,20,118). Sum of RGB (Red+Green+Blue) = 57+20+118=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #391476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391476 is #C6EB89. Grayscale: #292929. Windows color (decimal): -13036426 or 7738425. OLE color: 7738425.

HSL color Cylindrical-coordinate representation of color #391476: hue angle of 262.65º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391476 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5720118-
CMYK0.520.8300.54
HSL262.65º71.01%27.06%-
HSV(B)262.65º83.05%46.27%-
XYZ5.212.6817.38-
YUV42.24170.76138.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=29.23%
G=10.26%
B=60.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57201180.520.8300.54262.6571.0127.06
Hex3914763453036107471b
Octal71241666412306640710733
Binary11100110100111011011010010100110110110100000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391476; }

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

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

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

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

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

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

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

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