Html Css Color HEX #320580 Persian Indigo

📋 copy color: '#320580'

red 50 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #320580

Tints of Persian Indigo #320580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 27.32%
G = 2.73%
B = 69.95%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#320580 (or 0x320580) is known color: Persian Indigo. HEX triplet: 32, 05 and 80. RGB value is (50,5,128). Sum of RGB (Red+Green+Blue) = 50+5+128=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #320580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320580 is #CDFA7F. Grayscale: #202020. Windows color (decimal): -13499008 or 8389938. OLE color: 8389938.

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

Color convert

RGB 50 5 128 -
CMYK 0.61 0.96 0 0.50
HSL 261.95º 0.92% 0.26% -
HSV(B) 261.95º 0.96% 0.5% -
XYZ 5.27 2.35 20.6 -
YUV 32.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 50 5 128 0.61 0.96 0 0.50 261.95 0.92 0.26
Hex 32 5 80 3D 60 0 32 106 5C 1A
Octal 62 5 200 75 140 0 62 406 134 32
Binary 110010 101 10000000 111101 1100000 0 110010 100000110 1011100 11010

Color Harmonies of #320580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320580

Black with #320580

Text Example


Text Example

White with #320580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320580; }

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

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

background-color css

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

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

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

border-color css

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

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

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