Html Css Color HEX #321E80 Persian Indigo

📋 copy color: '#321E80'

red 50 ◦ green 30 ◦ blue 128

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

Shades of Persian Indigo #321E80

Tints of Persian Indigo #321E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 24.04%
G = 14.42%
B = 61.54%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#321E80 (or 0x321E80) is known color: Persian Indigo. HEX triplet: 32, 1E and 80. RGB value is (50,30,128). Sum of RGB (Red+Green+Blue) = 50+30+128=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #321E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E80 is #CDE17F. Grayscale: #2E2E2E. Windows color (decimal): -13492608 or 8396338. OLE color: 8396338.

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

Color convert

RGB 50 30 128 -
CMYK 0.61 0.77 0 0.50
HSL 252.24º 0.62% 0.31% -
HSV(B) 252.24º 0.77% 0.5% -
XYZ 5.68 3.17 20.73 -
YUV 47.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 50 30 128 0.61 0.77 0 0.50 252.24 0.62 0.31
Hex 32 1E 80 3D 4D 0 32 FC 3E 1F
Octal 62 36 200 75 115 0 62 374 76 37
Binary 110010 11110 10000000 111101 1001101 0 110010 11111100 111110 11111

Color Harmonies of #321E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E80

Black with #321E80

Text Example


Text Example

White with #321E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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