Html Css Color HEX #321771 Persian Indigo

📋 copy color: '#321771'

red 50 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #321771

Tints of Persian Indigo #321771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 26.88%
G = 12.37%
B = 60.75%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321771 (or 0x321771) is known color: Persian Indigo. HEX triplet: 32, 17 and 71. RGB value is (50,23,113). Sum of RGB (Red+Green+Blue) = 50+23+113=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #321771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321771 is #CDE88E. Grayscale: #292929. Windows color (decimal): -13494415 or 7411506. OLE color: 7411506.

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

Color convert

RGB 50 23 113 -
CMYK 0.56 0.80 0 0.56
HSL 258º 0.66% 0.27% -
HSV(B) 258º 0.8% 0.44% -
XYZ 4.6 2.48 15.86 -
YUV 41.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 50 23 113 0.56 0.80 0 0.56 258 0.66 0.27
Hex 32 17 71 38 50 0 38 102 42 1B
Octal 62 27 161 70 120 0 70 402 102 33
Binary 110010 10111 1110001 111000 1010000 0 111000 100000010 1000010 11011

Color Harmonies of #321771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321771

Black with #321771

Text Example


Text Example

White with #321771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321771; }

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

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

background-color css

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

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

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

border-color css

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

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

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