Html Css Color HEX #321F81 Persian Indigo

📋 copy color: '#321F81'

red 50 ◦ green 31 ◦ blue 129

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

Shades of Persian Indigo #321F81

Tints of Persian Indigo #321F81

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

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

R = 23.81%
G = 14.76%
B = 61.43%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321F81 (or 0x321F81) is known color: Persian Indigo. HEX triplet: 32, 1F and 81. RGB value is (50,31,129). Sum of RGB (Red+Green+Blue) = 50+31+129=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #321F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F81 is #CDE07E. Grayscale: #2F2F2F. Windows color (decimal): -13492351 or 8462130. OLE color: 8462130.

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

Color convert

RGB 50 31 129 -
CMYK 0.61 0.76 0 0.49
HSL 251.63º 0.61% 0.31% -
HSV(B) 251.63º 0.76% 0.51% -
XYZ 5.77 3.24 21.09 -
YUV 47.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 50 31 129 0.61 0.76 0 0.49 251.63 0.61 0.31
Hex 32 1F 81 3D 4C 0 31 FC 3D 1F
Octal 62 37 201 75 114 0 61 374 75 37
Binary 110010 11111 10000001 111101 1001100 0 110001 11111100 111101 11111

Color Harmonies of #321F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F81

Black with #321F81

Text Example


Text Example

White with #321F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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