Html Css Color HEX #321571 Persian Indigo

📋 copy color: '#321571'

red 50 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #321571

Tints of Persian Indigo #321571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 27.17%
G = 11.41%
B = 61.41%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321571 (or 0x321571) is known color: Persian Indigo. HEX triplet: 32, 15 and 71. RGB value is (50,21,113). Sum of RGB (Red+Green+Blue) = 50+21+113=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #321571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321571 is #CDEA8E. Grayscale: #272727. Windows color (decimal): -13494927 or 7410994. OLE color: 7410994.

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

Color convert

RGB 50 21 113 -
CMYK 0.56 0.81 0 0.56
HSL 258.91º 0.69% 0.26% -
HSV(B) 258.91º 0.81% 0.44% -
XYZ 4.56 2.41 15.85 -
YUV 40.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 50 21 113 0.56 0.81 0 0.56 258.91 0.69 0.26
Hex 32 15 71 38 51 0 38 103 45 1A
Octal 62 25 161 70 121 0 70 403 105 32
Binary 110010 10101 1110001 111000 1010001 0 111000 100000011 1000101 11010

Color Harmonies of #321571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321571

Black with #321571

Text Example


Text Example

White with #321571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321571; }

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

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

background-color css

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

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

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

border-color css

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

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

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