Html Css Color HEX #391690 Persian Indigo

📋 copy color: '#391690'

red 57 ◦ green 22 ◦ blue 144

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

Shades of Persian Indigo #391690

Tints of Persian Indigo #391690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 144 (56.64% from 255) = 64.57%

R = 25.56%
G = 9.87%
B = 64.57%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#391690 (or 0x391690) is known color: Persian Indigo. HEX triplet: 39, 16 and 90. RGB value is (57,22,144). Sum of RGB (Red+Green+Blue) = 57+22+144=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #391690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391690 is #C6E96F. Grayscale: #2D2D2D. Windows color (decimal): -13035888 or 9442873. OLE color: 9442873.

HSL color Cylindrical-coordinate representation of color #391690: hue angle of 257.21º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391690 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 22 144 -
CMYK 0.60 0.85 0 0.44
HSL 257.21º 0.73% 0.33% -
HSV(B) 257.21º 0.85% 0.56% -
XYZ 7.01 3.46 26.68 -
YUV 46.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 57 22 144 0.60 0.85 0 0.44 257.21 0.73 0.33
Hex 39 16 90 3C 55 0 2C 101 49 21
Octal 71 26 220 74 125 0 54 401 111 41
Binary 111001 10110 10010000 111100 1010101 0 101100 100000001 1001001 100001

Color Harmonies of #391690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391690

Black with #391690

Text Example


Text Example

White with #391690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391690; }

 p { color: rgb(57,22,144); }

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

background-color css

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

 a { background-color: rgb(57,22,144); }

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

border-color css

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

 span { border-color: rgb(57,22,144); }

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