#391378

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

Shades of Persian Indigo #391378

Tints of Persian Indigo #391378

Color information

#391378 (or 0x391378) is unknown color: approx Persian Indigo. HEX triplet: 39, 13 and 78. RGB value is (57,19,120). Sum of RGB (Red+Green+Blue) = 57+19+120=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #391378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391378 is #C6EC87. Grayscale: #292929. Windows color (decimal): -13036680 or 7869241. OLE color: 7869241.

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

Color convert

RGB5719120-
CMYK0.520.8400.53
HSL262.57º72.66%27.25%-
HSV(B)262.57º84.17%47.06%-
XYZ5.312.6918.01-
YUV41.88172.09138.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=29.08%
G=9.69%
B=61.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57191200.520.8400.53262.5772.6627.25
Hex3913783454035107491b
Octal71231706412406540711133
Binary11100110011111100011010010101000110101100000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391378; }

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

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

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

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

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

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

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

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