Html Css Color HEX #321C81 Persian Indigo

📋 copy color: '#321C81'

red 50 ◦ green 28 ◦ blue 129

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

Shades of Persian Indigo #321C81

Tints of Persian Indigo #321C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 62.32%

R = 24.15%
G = 13.53%
B = 62.32%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321C81 (or 0x321C81) is known color: Persian Indigo. HEX triplet: 32, 1C and 81. RGB value is (50,28,129). Sum of RGB (Red+Green+Blue) = 50+28+129=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #321C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C81 is #CDE37E. Grayscale: #2D2D2D. Windows color (decimal): -13493119 or 8461362. OLE color: 8461362.

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

Color convert

RGB 50 28 129 -
CMYK 0.61 0.78 0 0.49
HSL 253.07º 0.64% 0.31% -
HSV(B) 253.07º 0.78% 0.51% -
XYZ 5.69 3.09 21.07 -
YUV 46.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 50 28 129 0.61 0.78 0 0.49 253.07 0.64 0.31
Hex 32 1C 81 3D 4E 0 31 FD 40 1F
Octal 62 34 201 75 116 0 61 375 100 37
Binary 110010 11100 10000001 111101 1001110 0 110001 11111101 1000000 11111

Color Harmonies of #321C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C81

Black with #321C81

Text Example


Text Example

White with #321C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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