Html Css Color HEX #391974 Persian Indigo

📋 copy color: '#391974'

red 57 ◦ green 25 ◦ blue 116

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

Shades of Persian Indigo #391974

Tints of Persian Indigo #391974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 28.79%
G = 12.63%
B = 58.59%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391974 (or 0x391974) is known color: Persian Indigo. HEX triplet: 39, 19 and 74. RGB value is (57,25,116). Sum of RGB (Red+Green+Blue) = 57+25+116=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #391974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391974 is #C6E68B. Grayscale: #2C2C2C. Windows color (decimal): -13035148 or 7608633. OLE color: 7608633.

HSL color Cylindrical-coordinate representation of color #391974: hue angle of 261.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391974 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 25 116 -
CMYK 0.51 0.78 0 0.55
HSL 261.1º 0.65% 0.28% -
HSV(B) 261.1º 0.78% 0.45% -
XYZ 5.19 2.83 16.8 -
YUV 44.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 57 25 116 0.51 0.78 0 0.55 261.1 0.65 0.28
Hex 39 19 74 33 4E 0 37 105 41 1C
Octal 71 31 164 63 116 0 67 405 101 34
Binary 111001 11001 1110100 110011 1001110 0 110111 100000101 1000001 11100

Color Harmonies of #391974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391974

Black with #391974

Text Example


Text Example

White with #391974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391974; }

 p { color: rgb(57,25,116); }

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

background-color css

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

 a { background-color: rgb(57,25,116); }

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

border-color css

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

 span { border-color: rgb(57,25,116); }

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