Html Css Color HEX #391691 Persian Indigo

📋 copy color: '#391691'

red 57 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #391691

Tints of Persian Indigo #391691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 25.45%
G = 9.82%
B = 64.73%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#391691 (or 0x391691) is known color: Persian Indigo. HEX triplet: 39, 16 and 91. RGB value is (57,22,145). Sum of RGB (Red+Green+Blue) = 57+22+145=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #391691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391691 is #C6E96E. Grayscale: #2E2E2E. Windows color (decimal): -13035887 or 9508409. OLE color: 9508409.

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

Color convert

RGB 57 22 145 -
CMYK 0.61 0.85 0 0.43
HSL 257.07º 0.74% 0.33% -
HSV(B) 257.07º 0.85% 0.57% -
XYZ 7.09 3.49 27.09 -
YUV 46.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 57 22 145 0.61 0.85 0 0.43 257.07 0.74 0.33
Hex 39 16 91 3D 55 0 2B 101 4A 21
Octal 71 26 221 75 125 0 53 401 112 41
Binary 111001 10110 10010001 111101 1010101 0 101011 100000001 1001010 100001

Color Harmonies of #391691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391691

Black with #391691

Text Example


Text Example

White with #391691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391691; }

 p { color: rgb(57,22,145); }

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

background-color css

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

 a { background-color: rgb(57,22,145); }

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

border-color css

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

 span { border-color: rgb(57,22,145); }

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