Html Css Color HEX #391399 Persian Indigo

📋 copy color: '#391399'

red 57 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #391399

Tints of Persian Indigo #391399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

 BLUE value IS 153 (60.16% from 255) = 66.81%

R = 24.89%
G = 8.3%
B = 66.81%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#391399 (or 0x391399) is known color: Persian Indigo. HEX triplet: 39, 13 and 99. RGB value is (57,19,153). Sum of RGB (Red+Green+Blue) = 57+19+153=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #391399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391399 is #C6EC66. Grayscale: #2D2D2D. Windows color (decimal): -13036647 or 10031929. OLE color: 10031929.

HSL color Cylindrical-coordinate representation of color #391399: hue angle of 257.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391399 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 19 153 -
CMYK 0.63 0.88 0 0.4
HSL 257.01º 0.78% 0.34% -
HSV(B) 257.01º 0.88% 0.6% -
XYZ 7.67 3.64 30.43 -
YUV 45.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 57 19 153 0.63 0.88 0 0.4 257.01 0.78 0.34
Hex 39 13 99 3F 58 0 28 101 4E 22
Octal 71 23 231 77 130 0 50 401 116 42
Binary 111001 10011 10011001 111111 1011000 0 101000 100000001 1001110 100010

Color Harmonies of #391399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391399

Black with #391399

Text Example


Text Example

White with #391399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391399; }

 p { color: rgb(57,19,153); }

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

background-color css

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

 a { background-color: rgb(57,19,153); }

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

border-color css

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

 span { border-color: rgb(57,19,153); }

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