Html Css Color HEX #391376 Persian Indigo

📋 copy color: '#391376'

red 57 ◦ green 19 ◦ blue 118

#391376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #391376

Tints of Persian Indigo #391376

RGB

 RED value IS 57 (22.66% from 255) = 29.38%

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 29.38%
G = 9.79%
B = 60.82%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391376 (or 0x391376) is known color: Persian Indigo. HEX triplet: 39, 13 and 76. RGB value is (57,19,118). Sum of RGB (Red+Green+Blue) = 57+19+118=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #391376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391376 is #C6EC89. Grayscale: #292929. Windows color (decimal): -13036682 or 7738169. OLE color: 7738169.

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

Color convert

RGB 57 19 118 -
CMYK 0.52 0.84 0 0.54
HSL 263.03º 0.72% 0.27% -
HSV(B) 263.03º 0.84% 0.46% -
XYZ 5.19 2.64 17.38 -
YUV 41.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 57 19 118 0.52 0.84 0 0.54 263.03 0.72 0.27
Hex 39 13 76 34 54 0 36 107 48 1B
Octal 71 23 166 64 124 0 66 407 110 33
Binary 111001 10011 1110110 110100 1010100 0 110110 100000111 1001000 11011

Color Harmonies of #391376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391376

Black with #391376

Text Example


Text Example

White with #391376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391376; }

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

 H1.HeaderClassName
 {
   color: #391376;
 }
 .AnyTagClassName
 {
   color: #391376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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