Html Css Color HEX #391390 Persian Indigo

📋 copy color: '#391390'

red 57 ◦ green 19 ◦ blue 144

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

Shades of Persian Indigo #391390

Tints of Persian Indigo #391390

RGB

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

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

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

R = 25.91%
G = 8.64%
B = 65.45%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#391390 (or 0x391390) is known color: Persian Indigo. HEX triplet: 39, 13 and 90. RGB value is (57,19,144). Sum of RGB (Red+Green+Blue) = 57+19+144=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #391390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391390 is #C6EC6F. Grayscale: #2C2C2C. Windows color (decimal): -13036656 or 9442105. OLE color: 9442105.

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

Color convert

RGB 57 19 144 -
CMYK 0.60 0.87 0 0.44
HSL 258.24º 0.77% 0.32% -
HSV(B) 258.24º 0.87% 0.56% -
XYZ 6.95 3.35 26.67 -
YUV 44.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 57 19 144 0.60 0.87 0 0.44 258.24 0.77 0.32
Hex 39 13 90 3C 57 0 2C 102 4D 20
Octal 71 23 220 74 127 0 54 402 115 40
Binary 111001 10011 10010000 111100 1010111 0 101100 100000010 1001101 100000

Color Harmonies of #391390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391390

Black with #391390

Text Example


Text Example

White with #391390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391390; }

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

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

background-color css

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

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

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

border-color css

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

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

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