Html Css Color HEX #390873 Persian Indigo

📋 copy color: '#390873'

red 57 ◦ green 8 ◦ blue 115

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

Shades of Persian Indigo #390873

Tints of Persian Indigo #390873

RGB

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

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

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

R = 31.67%
G = 4.44%
B = 63.89%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390873 (or 0x390873) is known color: Persian Indigo. HEX triplet: 39, 08 and 73. RGB value is (57,8,115). Sum of RGB (Red+Green+Blue) = 57+8+115=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #390873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390873 is #C6F78C. Grayscale: #222222. Windows color (decimal): -13039501 or 7538745. OLE color: 7538745.

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

Color convert

RGB 57 8 115 -
CMYK 0.50 0.93 0 0.55
HSL 267.48º 0.87% 0.24% -
HSV(B) 267.48º 0.93% 0.45% -
XYZ 4.87 2.28 16.4 -
YUV 34.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 57 8 115 0.50 0.93 0 0.55 267.48 0.87 0.24
Hex 39 8 73 32 5D 0 37 10B 57 18
Octal 71 10 163 62 135 0 67 413 127 30
Binary 111001 1000 1110011 110010 1011101 0 110111 100001011 1010111 11000

Color Harmonies of #390873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390873

Black with #390873

Text Example


Text Example

White with #390873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390873; }

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

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

background-color css

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

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

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

border-color css

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

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

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