Html Css Color HEX #391790 Persian Indigo

📋 copy color: '#391790'

red 57 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #391790

Tints of Persian Indigo #391790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 25.45%
G = 10.27%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#391790 (or 0x391790) is known color: Persian Indigo. HEX triplet: 39, 17 and 90. RGB value is (57,23,144). Sum of RGB (Red+Green+Blue) = 57+23+144=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #391790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391790 is #C6E86F. Grayscale: #2E2E2E. Windows color (decimal): -13035632 or 9443129. OLE color: 9443129.

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

Color convert

RGB 57 23 144 -
CMYK 0.60 0.84 0 0.44
HSL 256.86º 0.72% 0.33% -
HSV(B) 256.86º 0.84% 0.56% -
XYZ 7.03 3.5 26.69 -
YUV 46.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 57 23 144 0.60 0.84 0 0.44 256.86 0.72 0.33
Hex 39 17 90 3C 54 0 2C 101 48 21
Octal 71 27 220 74 124 0 54 401 110 41
Binary 111001 10111 10010000 111100 1010100 0 101100 100000001 1001000 100001

Color Harmonies of #391790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391790

Black with #391790

Text Example


Text Example

White with #391790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391790; }

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

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

background-color css

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

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

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

border-color css

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

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

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