Html Css Color HEX #391088 Persian Indigo

📋 copy color: '#391088'

red 57 ◦ green 16 ◦ blue 136

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

Shades of Persian Indigo #391088

Tints of Persian Indigo #391088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 65.07%

R = 27.27%
G = 7.66%
B = 65.07%

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

#391088 (or 0x391088) is known color: Persian Indigo. HEX triplet: 39, 10 and 88. RGB value is (57,16,136). Sum of RGB (Red+Green+Blue) = 57+16+136=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #391088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391088 is #C6EF77. Grayscale: #292929. Windows color (decimal): -13037432 or 8917049. OLE color: 8917049.

HSL color Cylindrical-coordinate representation of color #391088: hue angle of 260.5º 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 #391088 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 16 136 -
CMYK 0.58 0.88 0 0.47
HSL 260.5º 0.79% 0.3% -
HSV(B) 260.5º 0.88% 0.53% -
XYZ 6.32 3.02 23.54 -
YUV 41.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 57 16 136 0.58 0.88 0 0.47 260.5 0.79 0.3
Hex 39 10 88 3A 58 0 2F 104 4F 1E
Octal 71 20 210 72 130 0 57 404 117 36
Binary 111001 10000 10001000 111010 1011000 0 101111 100000100 1001111 11110

Color Harmonies of #391088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391088

Black with #391088

Text Example


Text Example

White with #391088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391088; }

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

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

background-color css

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

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

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

border-color css

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

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

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