Html Css Color HEX #391471 Persian Indigo

📋 copy color: '#391471'

red 57 ◦ green 20 ◦ blue 113

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

Shades of Persian Indigo #391471

Tints of Persian Indigo #391471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 113 (44.53% from 255) = 59.47%

R = 30%
G = 10.53%
B = 59.47%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391471 (or 0x391471) is known color: Persian Indigo. HEX triplet: 39, 14 and 71. RGB value is (57,20,113). Sum of RGB (Red+Green+Blue) = 57+20+113=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #391471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391471 is #C6EB8E. Grayscale: #292929. Windows color (decimal): -13036431 or 7410745. OLE color: 7410745.

HSL color Cylindrical-coordinate representation of color #391471: hue angle of 263.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391471 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 20 113 -
CMYK 0.50 0.82 0 0.56
HSL 263.87º 0.7% 0.26% -
HSV(B) 263.87º 0.82% 0.44% -
XYZ 4.92 2.56 15.86 -
YUV 41.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 57 20 113 0.50 0.82 0 0.56 263.87 0.7 0.26
Hex 39 14 71 32 52 0 38 108 46 1A
Octal 71 24 161 62 122 0 70 410 106 32
Binary 111001 10100 1110001 110010 1010010 0 111000 100001000 1000110 11010

Color Harmonies of #391471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391471

Black with #391471

Text Example


Text Example

White with #391471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391471; }

 p { color: rgb(57,20,113); }

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

background-color css

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

 a { background-color: rgb(57,20,113); }

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

border-color css

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

 span { border-color: rgb(57,20,113); }

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