Html Css Color HEX #391386 Persian Indigo

📋 copy color: '#391386'

red 57 ◦ green 19 ◦ blue 134

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

Shades of Persian Indigo #391386

Tints of Persian Indigo #391386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 63.81%

R = 27.14%
G = 9.05%
B = 63.81%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391386 (or 0x391386) is known color: Persian Indigo. HEX triplet: 39, 13 and 86. RGB value is (57,19,134). Sum of RGB (Red+Green+Blue) = 57+19+134=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #391386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391386 is #C6EC79. Grayscale: #2B2B2B. Windows color (decimal): -13036666 or 8786745. OLE color: 8786745.

HSL color Cylindrical-coordinate representation of color #391386: hue angle of 259.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391386 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 19 134 -
CMYK 0.57 0.86 0 0.47
HSL 259.83º 0.75% 0.3% -
HSV(B) 259.83º 0.86% 0.53% -
XYZ 6.22 3.06 22.82 -
YUV 43.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 57 19 134 0.57 0.86 0 0.47 259.83 0.75 0.3
Hex 39 13 86 39 56 0 2F 104 4B 1E
Octal 71 23 206 71 126 0 57 404 113 36
Binary 111001 10011 10000110 111001 1010110 0 101111 100000100 1001011 11110

Color Harmonies of #391386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391386

Black with #391386

Text Example


Text Example

White with #391386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391386; }

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

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

background-color css

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

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

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

border-color css

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

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

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