Html Css Color HEX #391199 Persian Indigo

📋 copy color: '#391199'

red 57 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #391199

Tints of Persian Indigo #391199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 25.11%
G = 7.49%
B = 67.4%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#391199 (or 0x391199) is known color: Persian Indigo. HEX triplet: 39, 11 and 99. RGB value is (57,17,153). Sum of RGB (Red+Green+Blue) = 57+17+153=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #391199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391199 is #C6EE66. Grayscale: #2B2B2B. Windows color (decimal): -13037159 or 10031417. OLE color: 10031417.

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

Color convert

RGB 57 17 153 -
CMYK 0.63 0.89 0 0.4
HSL 257.65º 0.8% 0.33% -
HSV(B) 257.65º 0.89% 0.6% -
XYZ 7.64 3.57 30.42 -
YUV 44.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 57 17 153 0.63 0.89 0 0.4 257.65 0.8 0.33
Hex 39 11 99 3F 59 0 28 102 50 21
Octal 71 21 231 77 131 0 50 402 120 41
Binary 111001 10001 10011001 111111 1011001 0 101000 100000010 1010000 100001

Color Harmonies of #391199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391199

Black with #391199

Text Example


Text Example

White with #391199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391199; }

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

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

background-color css

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

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

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

border-color css

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

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

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