Html Css Color HEX #321981 Persian Indigo

📋 copy color: '#321981'

red 50 ◦ green 25 ◦ blue 129

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

Shades of Persian Indigo #321981

Tints of Persian Indigo #321981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 24.51%
G = 12.25%
B = 63.24%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321981 (or 0x321981) is known color: Persian Indigo. HEX triplet: 32, 19 and 81. RGB value is (50,25,129). Sum of RGB (Red+Green+Blue) = 50+25+129=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #321981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321981 is #CDE67E. Grayscale: #2B2B2B. Windows color (decimal): -13493887 or 8460594. OLE color: 8460594.

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

Color convert

RGB 50 25 129 -
CMYK 0.61 0.81 0 0.49
HSL 254.42º 0.68% 0.3% -
HSV(B) 254.42º 0.81% 0.51% -
XYZ 5.63 2.96 21.04 -
YUV 44.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 50 25 129 0.61 0.81 0 0.49 254.42 0.68 0.3
Hex 32 19 81 3D 51 0 31 FE 44 1E
Octal 62 31 201 75 121 0 61 376 104 36
Binary 110010 11001 10000001 111101 1010001 0 110001 11111110 1000100 11110

Color Harmonies of #321981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321981

Black with #321981

Text Example


Text Example

White with #321981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321981; }

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

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

background-color css

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

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

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

border-color css

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

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

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