Html Css Color HEX #321971 Persian Indigo

📋 copy color: '#321971'

red 50 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #321971

Tints of Persian Indigo #321971

RGB

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

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

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

R = 26.6%
G = 13.3%
B = 60.11%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321971 (or 0x321971) is known color: Persian Indigo. HEX triplet: 32, 19 and 71. RGB value is (50,25,113). Sum of RGB (Red+Green+Blue) = 50+25+113=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #321971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321971 is #CDE68E. Grayscale: #2A2A2A. Windows color (decimal): -13493903 or 7412018. OLE color: 7412018.

HSL color Cylindrical-coordinate representation of color #321971: hue angle of 257.05º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321971 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 25 113 -
CMYK 0.56 0.78 0 0.56
HSL 257.05º 0.64% 0.27% -
HSV(B) 257.05º 0.78% 0.44% -
XYZ 4.64 2.57 15.87 -
YUV 42.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 50 25 113 0.56 0.78 0 0.56 257.05 0.64 0.27
Hex 32 19 71 38 4E 0 38 101 40 1B
Octal 62 31 161 70 116 0 70 401 100 33
Binary 110010 11001 1110001 111000 1001110 0 111000 100000001 1000000 11011

Color Harmonies of #321971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321971

Black with #321971

Text Example


Text Example

White with #321971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321971; }

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

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

background-color css

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

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

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

border-color css

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

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

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