Html Css Color HEX #321C80 Persian Indigo

📋 copy color: '#321C80'

red 50 ◦ green 28 ◦ blue 128

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

Shades of Persian Indigo #321C80

Tints of Persian Indigo #321C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

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

R = 24.27%
G = 13.59%
B = 62.14%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#321C80 (or 0x321C80) is known color: Persian Indigo. HEX triplet: 32, 1C and 80. RGB value is (50,28,128). Sum of RGB (Red+Green+Blue) = 50+28+128=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #321C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C80 is #CDE37F. Grayscale: #2D2D2D. Windows color (decimal): -13493120 or 8395826. OLE color: 8395826.

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

Color convert

RGB 50 28 128 -
CMYK 0.61 0.78 0 0.50
HSL 253.2º 0.64% 0.31% -
HSV(B) 253.2º 0.78% 0.5% -
XYZ 5.63 3.07 20.72 -
YUV 45.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 50 28 128 0.61 0.78 0 0.50 253.2 0.64 0.31
Hex 32 1C 80 3D 4E 0 32 FD 40 1F
Octal 62 34 200 75 116 0 62 375 100 37
Binary 110010 11100 10000000 111101 1001110 0 110010 11111101 1000000 11111

Color Harmonies of #321C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C80

Black with #321C80

Text Example


Text Example

White with #321C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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