Html Css Color HEX #391078 Persian Indigo

📋 copy color: '#391078'

red 57 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #391078

Tints of Persian Indigo #391078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 29.53%
G = 8.29%
B = 62.18%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391078 (or 0x391078) is known color: Persian Indigo. HEX triplet: 39, 10 and 78. RGB value is (57,16,120). Sum of RGB (Red+Green+Blue) = 57+16+120=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #391078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391078 is #C6EF87. Grayscale: #272727. Windows color (decimal): -13037448 or 7868473. OLE color: 7868473.

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

Color convert

RGB 57 16 120 -
CMYK 0.52 0.87 0 0.53
HSL 263.65º 0.76% 0.27% -
HSV(B) 263.65º 0.87% 0.47% -
XYZ 5.26 2.6 17.99 -
YUV 40.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 57 16 120 0.52 0.87 0 0.53 263.65 0.76 0.27
Hex 39 10 78 34 57 0 35 108 4C 1B
Octal 71 20 170 64 127 0 65 410 114 33
Binary 111001 10000 1111000 110100 1010111 0 110101 100001000 1001100 11011

Color Harmonies of #391078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391078

Black with #391078

Text Example


Text Example

White with #391078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391078; }

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

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

background-color css

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

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

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

border-color css

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

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

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