Html Css Color HEX #320877 Persian Indigo

📋 copy color: '#320877'

red 50 ◦ green 8 ◦ blue 119

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

Shades of Persian Indigo #320877

Tints of Persian Indigo #320877

RGB

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

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

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

R = 28.25%
G = 4.52%
B = 67.23%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320877 (or 0x320877) is known color: Persian Indigo. HEX triplet: 32, 08 and 77. RGB value is (50,8,119). Sum of RGB (Red+Green+Blue) = 50+8+119=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #320877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320877 is #CDF788. Grayscale: #202020. Windows color (decimal): -13498249 or 7800882. OLE color: 7800882.

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

Color convert

RGB 50 8 119 -
CMYK 0.58 0.93 0 0.53
HSL 262.7º 0.87% 0.25% -
HSV(B) 262.7º 0.93% 0.47% -
XYZ 4.73 2.18 17.62 -
YUV 33.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 50 8 119 0.58 0.93 0 0.53 262.7 0.87 0.25
Hex 32 8 77 3A 5D 0 35 107 57 19
Octal 62 10 167 72 135 0 65 407 127 31
Binary 110010 1000 1110111 111010 1011101 0 110101 100000111 1010111 11001

Color Harmonies of #320877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320877

Black with #320877

Text Example


Text Example

White with #320877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320877; }

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

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

background-color css

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

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

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

border-color css

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

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

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