Html Css Color HEX #391878 Persian Indigo

📋 copy color: '#391878'

red 57 ◦ green 24 ◦ blue 120

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

Shades of Persian Indigo #391878

Tints of Persian Indigo #391878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 28.36%
G = 11.94%
B = 59.7%

CMYK

 C value IS 0.52

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391878 (or 0x391878) is known color: Persian Indigo. HEX triplet: 39, 18 and 78. RGB value is (57,24,120). Sum of RGB (Red+Green+Blue) = 57+24+120=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #391878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391878 is #C6E787. Grayscale: #2C2C2C. Windows color (decimal): -13035400 or 7870521. OLE color: 7870521.

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

Color convert

RGB 57 24 120 -
CMYK 0.52 0.8 0 0.53
HSL 260.63º 0.67% 0.28% -
HSV(B) 260.63º 0.8% 0.47% -
XYZ 5.4 2.88 18.04 -
YUV 44.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 57 24 120 0.52 0.8 0 0.53 260.63 0.67 0.28
Hex 39 18 78 34 50 0 35 105 43 1C
Octal 71 30 170 64 120 0 65 405 103 34
Binary 111001 11000 1111000 110100 1010000 0 110101 100000101 1000011 11100

Color Harmonies of #391878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391878

Black with #391878

Text Example


Text Example

White with #391878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391878; }

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

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

background-color css

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

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

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

border-color css

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

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

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