Html Css Color HEX #391099 Persian Indigo

📋 copy color: '#391099'

red 57 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #391099

Tints of Persian Indigo #391099

RGB

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

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

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

R = 25.22%
G = 7.08%
B = 67.7%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#391099 (or 0x391099) is known color: Persian Indigo. HEX triplet: 39, 10 and 99. RGB value is (57,16,153). Sum of RGB (Red+Green+Blue) = 57+16+153=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #391099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391099 is #C6EF66. Grayscale: #2B2B2B. Windows color (decimal): -13037415 or 10031161. OLE color: 10031161.

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

Color convert

RGB 57 16 153 -
CMYK 0.63 0.90 0 0.4
HSL 257.96º 0.81% 0.33% -
HSV(B) 257.96º 0.9% 0.6% -
XYZ 7.62 3.54 30.42 -
YUV 43.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 57 16 153 0.63 0.90 0 0.4 257.96 0.81 0.33
Hex 39 10 99 3F 5A 0 28 102 51 21
Octal 71 20 231 77 132 0 50 402 121 41
Binary 111001 10000 10011001 111111 1011010 0 101000 100000010 1010001 100001

Color Harmonies of #391099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391099

Black with #391099

Text Example


Text Example

White with #391099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391099; }

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

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

background-color css

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

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

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

border-color css

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

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

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