Html Css Color HEX #320778 Persian Indigo

📋 copy color: '#320778'

red 50 ◦ green 7 ◦ blue 120

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

Shades of Persian Indigo #320778

Tints of Persian Indigo #320778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.95%

 BLUE value IS 120 (47.27% from 255) = 67.8%

R = 28.25%
G = 3.95%
B = 67.8%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320778 (or 0x320778) is known color: Persian Indigo. HEX triplet: 32, 07 and 78. RGB value is (50,7,120). Sum of RGB (Red+Green+Blue) = 50+7+120=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #320778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320778 is #CDF887. Grayscale: #202020. Windows color (decimal): -13498504 or 7866162. OLE color: 7866162.

HSL color Cylindrical-coordinate representation of color #320778: hue angle of 262.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320778 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 7 120 -
CMYK 0.58 0.94 0 0.53
HSL 262.83º 0.89% 0.25% -
HSV(B) 262.83º 0.94% 0.47% -
XYZ 4.78 2.19 17.94 -
YUV 32.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 50 7 120 0.58 0.94 0 0.53 262.83 0.89 0.25
Hex 32 7 78 3A 5E 0 35 107 59 19
Octal 62 7 170 72 136 0 65 407 131 31
Binary 110010 111 1111000 111010 1011110 0 110101 100000111 1011001 11001

Color Harmonies of #320778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320778

Black with #320778

Text Example


Text Example

White with #320778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320778; }

 p { color: rgb(50,7,120); }

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

background-color css

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

 a { background-color: rgb(50,7,120); }

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

border-color css

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

 span { border-color: rgb(50,7,120); }

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