Html Css Color HEX #321A81 Persian Indigo

📋 copy color: '#321A81'

red 50 ◦ green 26 ◦ blue 129

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

Shades of Persian Indigo #321A81

Tints of Persian Indigo #321A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

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

R = 24.39%
G = 12.68%
B = 62.93%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321A81 (or 0x321A81) is known color: Persian Indigo. HEX triplet: 32, 1A and 81. RGB value is (50,26,129). Sum of RGB (Red+Green+Blue) = 50+26+129=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #321A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A81 is #CDE57E. Grayscale: #2C2C2C. Windows color (decimal): -13493631 or 8460850. OLE color: 8460850.

HSL color Cylindrical-coordinate representation of color #321A81: hue angle of 253.98º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321A81 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 26 129 -
CMYK 0.61 0.80 0 0.49
HSL 253.98º 0.66% 0.3% -
HSV(B) 253.98º 0.8% 0.51% -
XYZ 5.65 3 21.05 -
YUV 44.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 50 26 129 0.61 0.80 0 0.49 253.98 0.66 0.3
Hex 32 1A 81 3D 50 0 31 FE 42 1E
Octal 62 32 201 75 120 0 61 376 102 36
Binary 110010 11010 10000001 111101 1010000 0 110001 11111110 1000010 11110

Color Harmonies of #321A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A81

Black with #321A81

Text Example


Text Example

White with #321A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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