Html Css Color HEX #391087 Persian Indigo

📋 copy color: '#391087'

red 57 ◦ green 16 ◦ blue 135

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

Shades of Persian Indigo #391087

Tints of Persian Indigo #391087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 64.9%

R = 27.4%
G = 7.69%
B = 64.9%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391087 (or 0x391087) is known color: Persian Indigo. HEX triplet: 39, 10 and 87. RGB value is (57,16,135). Sum of RGB (Red+Green+Blue) = 57+16+135=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #391087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391087 is #C6EF78. Grayscale: #292929. Windows color (decimal): -13037433 or 8851513. OLE color: 8851513.

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

Color convert

RGB 57 16 135 -
CMYK 0.58 0.88 0 0.47
HSL 260.67º 0.79% 0.3% -
HSV(B) 260.67º 0.88% 0.53% -
XYZ 6.25 2.99 23.17 -
YUV 41.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 57 16 135 0.58 0.88 0 0.47 260.67 0.79 0.3
Hex 39 10 87 3A 58 0 2F 105 4F 1E
Octal 71 20 207 72 130 0 57 405 117 36
Binary 111001 10000 10000111 111010 1011000 0 101111 100000101 1001111 11110

Color Harmonies of #391087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391087

Black with #391087

Text Example


Text Example

White with #391087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391087; }

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

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

background-color css

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

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

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

border-color css

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

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

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