Html Css Color HEX #320480 Persian Indigo

📋 copy color: '#320480'

red 50 ◦ green 4 ◦ blue 128

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

Shades of Persian Indigo #320480

Tints of Persian Indigo #320480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 27.47%
G = 2.2%
B = 70.33%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#320480 (or 0x320480) is known color: Persian Indigo. HEX triplet: 32, 04 and 80. RGB value is (50,4,128). Sum of RGB (Red+Green+Blue) = 50+4+128=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #320480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320480 is #CDFB7F. Grayscale: #1F1F1F. Windows color (decimal): -13499264 or 8389682. OLE color: 8389682.

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

Color convert

RGB 50 4 128 -
CMYK 0.61 0.97 0 0.50
HSL 262.26º 0.94% 0.26% -
HSV(B) 262.26º 0.97% 0.5% -
XYZ 5.26 2.32 20.59 -
YUV 31.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 50 4 128 0.61 0.97 0 0.50 262.26 0.94 0.26
Hex 32 4 80 3D 61 0 32 106 5E 1A
Octal 62 4 200 75 141 0 62 406 136 32
Binary 110010 100 10000000 111101 1100001 0 110010 100000110 1011110 11010

Color Harmonies of #320480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320480

Black with #320480

Text Example


Text Example

White with #320480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320480; }

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

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

background-color css

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

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

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

border-color css

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

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

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