Html Css Color HEX #391573 Persian Indigo

📋 copy color: '#391573'

red 57 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #391573

Tints of Persian Indigo #391573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 115 (45.31% from 255) = 59.59%

R = 29.53%
G = 10.88%
B = 59.59%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391573 (or 0x391573) is known color: Persian Indigo. HEX triplet: 39, 15 and 73. RGB value is (57,21,115). Sum of RGB (Red+Green+Blue) = 57+21+115=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #391573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391573 is #C6EA8C. Grayscale: #2A2A2A. Windows color (decimal): -13036173 or 7542073. OLE color: 7542073.

HSL color Cylindrical-coordinate representation of color #391573: hue angle of 262.98º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391573 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 21 115 -
CMYK 0.50 0.82 0 0.55
HSL 262.98º 0.69% 0.27% -
HSV(B) 262.98º 0.82% 0.45% -
XYZ 5.05 2.64 16.46 -
YUV 42.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 57 21 115 0.50 0.82 0 0.55 262.98 0.69 0.27
Hex 39 15 73 32 52 0 37 107 45 1B
Octal 71 25 163 62 122 0 67 407 105 33
Binary 111001 10101 1110011 110010 1010010 0 110111 100000111 1000101 11011

Color Harmonies of #391573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391573

Black with #391573

Text Example


Text Example

White with #391573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391573; }

 p { color: rgb(57,21,115); }

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

background-color css

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

 a { background-color: rgb(57,21,115); }

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

border-color css

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

 span { border-color: rgb(57,21,115); }

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