Html Css Color HEX #391086 Persian Indigo

📋 copy color: '#391086'

red 57 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #391086

Tints of Persian Indigo #391086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 27.54%
G = 7.73%
B = 64.73%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391086 (or 0x391086) is known color: Persian Indigo. HEX triplet: 39, 10 and 86. RGB value is (57,16,134). Sum of RGB (Red+Green+Blue) = 57+16+134=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #391086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391086 is #C6EF79. Grayscale: #292929. Windows color (decimal): -13037434 or 8785977. OLE color: 8785977.

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

Color convert

RGB 57 16 134 -
CMYK 0.57 0.88 0 0.47
HSL 260.85º 0.79% 0.29% -
HSV(B) 260.85º 0.88% 0.53% -
XYZ 6.18 2.96 22.8 -
YUV 41.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 57 16 134 0.57 0.88 0 0.47 260.85 0.79 0.29
Hex 39 10 86 39 58 0 2F 105 4F 1D
Octal 71 20 206 71 130 0 57 405 117 35
Binary 111001 10000 10000110 111001 1011000 0 101111 100000101 1001111 11101

Color Harmonies of #391086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391086

Black with #391086

Text Example


Text Example

White with #391086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391086; }

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

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

background-color css

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

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

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

border-color css

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

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

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