Html Css Color HEX #320180 Persian Indigo

📋 copy color: '#320180'

red 50 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #320180

Tints of Persian Indigo #320180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 27.93%
G = 0.56%
B = 71.51%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#320180 (or 0x320180) is known color: Persian Indigo. HEX triplet: 32, 01 and 80. RGB value is (50,1,128). Sum of RGB (Red+Green+Blue) = 50+1+128=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #320180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320180 is #CDFE7F. Grayscale: #1D1D1D. Windows color (decimal): -13500032 or 8388914. OLE color: 8388914.

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

Color convert

RGB 50 1 128 -
CMYK 0.61 0.99 0 0.50
HSL 263.15º 0.98% 0.25% -
HSV(B) 263.15º 0.99% 0.5% -
XYZ 5.22 2.26 20.58 -
YUV 30.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 50 1 128 0.61 0.99 0 0.50 263.15 0.98 0.25
Hex 32 1 80 3D 63 0 32 107 62 19
Octal 62 1 200 75 143 0 62 407 142 31
Binary 110010 1 10000000 111101 1100011 0 110010 100000111 1100010 11001

Color Harmonies of #320180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320180

Black with #320180

Text Example


Text Example

White with #320180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320180; }

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

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

background-color css

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

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

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

border-color css

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

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

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