Html Css Color HEX #320777 Persian Indigo

📋 copy color: '#320777'

red 50 ◦ green 7 ◦ blue 119

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

Shades of Persian Indigo #320777

Tints of Persian Indigo #320777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 67.61%

R = 28.41%
G = 3.98%
B = 67.61%

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

#320777 (or 0x320777) is known color: Persian Indigo. HEX triplet: 32, 07 and 77. RGB value is (50,7,119). Sum of RGB (Red+Green+Blue) = 50+7+119=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #320777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320777 is #CDF888. Grayscale: #202020. Windows color (decimal): -13498505 or 7800626. OLE color: 7800626.

HSL color Cylindrical-coordinate representation of color #320777: hue angle of 263.04º 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 #320777 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 7 119 -
CMYK 0.58 0.94 0 0.53
HSL 263.04º 0.89% 0.25% -
HSV(B) 263.04º 0.94% 0.47% -
XYZ 4.72 2.16 17.62 -
YUV 32.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 50 7 119 0.58 0.94 0 0.53 263.04 0.89 0.25
Hex 32 7 77 3A 5E 0 35 107 59 19
Octal 62 7 167 72 136 0 65 407 131 31
Binary 110010 111 1110111 111010 1011110 0 110101 100000111 1011001 11001

Color Harmonies of #320777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320777

Black with #320777

Text Example


Text Example

White with #320777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320777; }

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

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

background-color css

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

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

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

border-color css

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

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

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