Html Css Color HEX #390871 Persian Indigo

📋 copy color: '#390871'

red 57 ◦ green 8 ◦ blue 113

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

Shades of Persian Indigo #390871

Tints of Persian Indigo #390871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 113 (44.53% from 255) = 63.48%

R = 32.02%
G = 4.49%
B = 63.48%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390871 (or 0x390871) is known color: Persian Indigo. HEX triplet: 39, 08 and 71. RGB value is (57,8,113). Sum of RGB (Red+Green+Blue) = 57+8+113=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #390871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390871 is #C6F78E. Grayscale: #222222. Windows color (decimal): -13039503 or 7407673. OLE color: 7407673.

HSL color Cylindrical-coordinate representation of color #390871: hue angle of 268º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390871 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 8 113 -
CMYK 0.50 0.93 0 0.56
HSL 268º 0.87% 0.24% -
HSV(B) 268º 0.93% 0.44% -
XYZ 4.75 2.24 15.8 -
YUV 34.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 57 8 113 0.50 0.93 0 0.56 268 0.87 0.24
Hex 39 8 71 32 5D 0 38 10C 57 18
Octal 71 10 161 62 135 0 70 414 127 30
Binary 111001 1000 1110001 110010 1011101 0 111000 100001100 1010111 11000

Color Harmonies of #390871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390871

Black with #390871

Text Example


Text Example

White with #390871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390871; }

 p { color: rgb(57,8,113); }

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

background-color css

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

 a { background-color: rgb(57,8,113); }

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

border-color css

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

 span { border-color: rgb(57,8,113); }

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