Html Css Color HEX #391879 Persian Indigo

📋 copy color: '#391879'

red 57 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #391879

Tints of Persian Indigo #391879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.9%

R = 28.22%
G = 11.88%
B = 59.9%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391879 (or 0x391879) is known color: Persian Indigo. HEX triplet: 39, 18 and 79. RGB value is (57,24,121). Sum of RGB (Red+Green+Blue) = 57+24+121=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #391879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391879 is #C6E786. Grayscale: #2C2C2C. Windows color (decimal): -13035399 or 7936057. OLE color: 7936057.

HSL color Cylindrical-coordinate representation of color #391879: hue angle of 260.41º 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 #391879 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 24 121 -
CMYK 0.53 0.80 0 0.53
HSL 260.41º 0.67% 0.28% -
HSV(B) 260.41º 0.8% 0.47% -
XYZ 5.47 2.9 18.36 -
YUV 44.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 57 24 121 0.53 0.80 0 0.53 260.41 0.67 0.28
Hex 39 18 79 35 50 0 35 104 43 1C
Octal 71 30 171 65 120 0 65 404 103 34
Binary 111001 11000 1111001 110101 1010000 0 110101 100000100 1000011 11100

Color Harmonies of #391879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391879

Black with #391879

Text Example


Text Example

White with #391879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391879; }

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

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

background-color css

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

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

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

border-color css

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

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

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