Html Css Color HEX #321F71 Persian Indigo

📋 copy color: '#321F71'

red 50 ◦ green 31 ◦ blue 113

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

Shades of Persian Indigo #321F71

Tints of Persian Indigo #321F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 25.77%
G = 15.98%
B = 58.25%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321F71 (or 0x321F71) is known color: Persian Indigo. HEX triplet: 32, 1F and 71. RGB value is (50,31,113). Sum of RGB (Red+Green+Blue) = 50+31+113=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #321F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F71 is #CDE08E. Grayscale: #2D2D2D. Windows color (decimal): -13492367 or 7413554. OLE color: 7413554.

HSL color Cylindrical-coordinate representation of color #321F71: hue angle of 253.9º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321F71 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 31 113 -
CMYK 0.56 0.73 0 0.56
HSL 253.9º 0.57% 0.28% -
HSV(B) 253.9º 0.73% 0.44% -
XYZ 4.79 2.85 15.92 -
YUV 46.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 50 31 113 0.56 0.73 0 0.56 253.9 0.57 0.28
Hex 32 1F 71 38 49 0 38 FE 39 1C
Octal 62 37 161 70 111 0 70 376 71 34
Binary 110010 11111 1110001 111000 1001001 0 111000 11111110 111001 11100

Color Harmonies of #321F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F71

Black with #321F71

Text Example


Text Example

White with #321F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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