Html Css Color HEX #391575 Persian Indigo

📋 copy color: '#391575'

red 57 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #391575

Tints of Persian Indigo #391575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 29.23%
G = 10.77%
B = 60%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391575 (or 0x391575) is known color: Persian Indigo. HEX triplet: 39, 15 and 75. RGB value is (57,21,117). Sum of RGB (Red+Green+Blue) = 57+21+117=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #391575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391575 is #C6EA8A. Grayscale: #2A2A2A. Windows color (decimal): -13036171 or 7673145. OLE color: 7673145.

HSL color Cylindrical-coordinate representation of color #391575: hue angle of 262.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391575 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 21 117 -
CMYK 0.51 0.82 0 0.54
HSL 262.5º 0.7% 0.27% -
HSV(B) 262.5º 0.82% 0.46% -
XYZ 5.17 2.69 17.08 -
YUV 42.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 57 21 117 0.51 0.82 0 0.54 262.5 0.7 0.27
Hex 39 15 75 33 52 0 36 106 46 1B
Octal 71 25 165 63 122 0 66 406 106 33
Binary 111001 10101 1110101 110011 1010010 0 110110 100000110 1000110 11011

Color Harmonies of #391575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391575

Black with #391575

Text Example


Text Example

White with #391575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391575; }

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

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

background-color css

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

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

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

border-color css

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

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

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