Html Css Color HEX #391576 Persian Indigo

📋 copy color: '#391576'

red 57 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #391576

Tints of Persian Indigo #391576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 29.08%
G = 10.71%
B = 60.2%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391576 (or 0x391576) is known color: Persian Indigo. HEX triplet: 39, 15 and 76. RGB value is (57,21,118). Sum of RGB (Red+Green+Blue) = 57+21+118=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #391576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391576 is #C6EA89. Grayscale: #2A2A2A. Windows color (decimal): -13036170 or 7738681. OLE color: 7738681.

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

Color convert

RGB 57 21 118 -
CMYK 0.52 0.82 0 0.54
HSL 262.27º 0.7% 0.27% -
HSV(B) 262.27º 0.82% 0.46% -
XYZ 5.23 2.71 17.39 -
YUV 42.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 57 21 118 0.52 0.82 0 0.54 262.27 0.7 0.27
Hex 39 15 76 34 52 0 36 106 46 1B
Octal 71 25 166 64 122 0 66 406 106 33
Binary 111001 10101 1110110 110100 1010010 0 110110 100000110 1000110 11011

Color Harmonies of #391576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391576

Black with #391576

Text Example


Text Example

White with #391576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391576; }

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

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

background-color css

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

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

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

border-color css

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

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

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