Html Css Color HEX #391092 Persian Indigo

📋 copy color: '#391092'

red 57 ◦ green 16 ◦ blue 146

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

Shades of Persian Indigo #391092

Tints of Persian Indigo #391092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 26.03%
G = 7.31%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#391092 (or 0x391092) is known color: Persian Indigo. HEX triplet: 39, 10 and 92. RGB value is (57,16,146). Sum of RGB (Red+Green+Blue) = 57+16+146=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #391092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391092 is #C6EF6D. Grayscale: #2A2A2A. Windows color (decimal): -13037422 or 9572409. OLE color: 9572409.

HSL color Cylindrical-coordinate representation of color #391092: hue angle of 258.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391092 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 16 146 -
CMYK 0.61 0.89 0 0.43
HSL 258.92º 0.8% 0.32% -
HSV(B) 258.92º 0.89% 0.57% -
XYZ 7.06 3.32 27.46 -
YUV 43.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 57 16 146 0.61 0.89 0 0.43 258.92 0.8 0.32
Hex 39 10 92 3D 59 0 2B 103 50 20
Octal 71 20 222 75 131 0 53 403 120 40
Binary 111001 10000 10010010 111101 1011001 0 101011 100000011 1010000 100000

Color Harmonies of #391092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391092

Black with #391092

Text Example


Text Example

White with #391092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391092; }

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

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

background-color css

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

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

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

border-color css

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

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

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