Html Css Color HEX #391978 Persian Indigo

📋 copy color: '#391978'

red 57 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #391978

Tints of Persian Indigo #391978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.41%

R = 28.22%
G = 12.38%
B = 59.41%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391978 (or 0x391978) is known color: Persian Indigo. HEX triplet: 39, 19 and 78. RGB value is (57,25,120). Sum of RGB (Red+Green+Blue) = 57+25+120=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #391978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391978 is #C6E687. Grayscale: #2D2D2D. Windows color (decimal): -13035144 or 7870777. OLE color: 7870777.

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

Color convert

RGB 57 25 120 -
CMYK 0.52 0.79 0 0.53
HSL 260.21º 0.66% 0.28% -
HSV(B) 260.21º 0.79% 0.47% -
XYZ 5.43 2.92 18.05 -
YUV 45.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 57 25 120 0.52 0.79 0 0.53 260.21 0.66 0.28
Hex 39 19 78 34 4F 0 35 104 42 1C
Octal 71 31 170 64 117 0 65 404 102 34
Binary 111001 11001 1111000 110100 1001111 0 110101 100000100 1000010 11100

Color Harmonies of #391978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391978

Black with #391978

Text Example


Text Example

White with #391978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391978; }

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

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

background-color css

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

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

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

border-color css

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

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

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