Html Css Color HEX #320873 Persian Indigo

📋 copy color: '#320873'

red 50 ◦ green 8 ◦ blue 115

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

Shades of Persian Indigo #320873

Tints of Persian Indigo #320873

RGB

 RED value IS 50 (19.92% from 255) = 28.9%

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

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

R = 28.9%
G = 4.62%
B = 66.47%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320873 (or 0x320873) is known color: Persian Indigo. HEX triplet: 32, 08 and 73. RGB value is (50,8,115). Sum of RGB (Red+Green+Blue) = 50+8+115=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #320873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320873 is #CDF78C. Grayscale: #202020. Windows color (decimal): -13498253 or 7538738. OLE color: 7538738.

HSL color Cylindrical-coordinate representation of color #320873: hue angle of 263.55º 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 #320873 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 8 115 -
CMYK 0.57 0.93 0 0.55
HSL 263.55º 0.87% 0.24% -
HSV(B) 263.55º 0.93% 0.45% -
XYZ 4.5 2.09 16.39 -
YUV 32.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 50 8 115 0.57 0.93 0 0.55 263.55 0.87 0.24
Hex 32 8 73 39 5D 0 37 108 57 18
Octal 62 10 163 71 135 0 67 410 127 30
Binary 110010 1000 1110011 111001 1011101 0 110111 100001000 1010111 11000

Color Harmonies of #320873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320873

Black with #320873

Text Example


Text Example

White with #320873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320873; }

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

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

background-color css

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

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

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

border-color css

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

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

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