Html Css Color HEX #320080 Persian Indigo

📋 copy color: '#320080'

red 50 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #320080

Tints of Persian Indigo #320080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 71.91%

R = 28.09%
G = 0%
B = 71.91%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#320080 (or 0x320080) is known color: Persian Indigo. HEX triplet: 32, 00 and 80. RGB value is (50,0,128). Sum of RGB (Red+Green+Blue) = 50+0+128=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #320080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320080 is #CDFF7F. Grayscale: #1D1D1D. Windows color (decimal): -13500288 or 8388658. OLE color: 8388658.

HSL color Cylindrical-coordinate representation of color #320080: hue angle of 263.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320080 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 0 128 -
CMYK 0.61 1 0 0.50
HSL 263.44º 1% 0.25% -
HSV(B) 263.44º 1% 0.5% -
XYZ 5.21 2.24 20.58 -
YUV 29.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 50 0 128 0.61 1 0 0.50 263.44 1 0.25
Hex 32 0 80 3D 64 0 32 107 64 19
Octal 62 0 200 75 144 0 62 407 144 31
Binary 110010 0 10000000 111101 1100100 0 110010 100000111 1100100 11001

Color Harmonies of #320080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320080

Black with #320080

Text Example


Text Example

White with #320080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320080; }

 p { color: rgb(50,0,128); }

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

background-color css

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

 a { background-color: rgb(50,0,128); }

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

border-color css

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

 span { border-color: rgb(50,0,128); }

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