Html Css Color HEX #321071 Persian Indigo

📋 copy color: '#321071'

red 50 ◦ green 16 ◦ blue 113

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

Shades of Persian Indigo #321071

Tints of Persian Indigo #321071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

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

R = 27.93%
G = 8.94%
B = 63.13%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321071 (or 0x321071) is known color: Persian Indigo. HEX triplet: 32, 10 and 71. RGB value is (50,16,113). Sum of RGB (Red+Green+Blue) = 50+16+113=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #321071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321071 is #CDEF8E. Grayscale: #242424. Windows color (decimal): -13496207 or 7409714. OLE color: 7409714.

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

Color convert

RGB 50 16 113 -
CMYK 0.56 0.86 0 0.56
HSL 261.03º 0.75% 0.25% -
HSV(B) 261.03º 0.86% 0.44% -
XYZ 4.48 2.24 15.82 -
YUV 37.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 50 16 113 0.56 0.86 0 0.56 261.03 0.75 0.25
Hex 32 10 71 38 56 0 38 105 4B 19
Octal 62 20 161 70 126 0 70 405 113 31
Binary 110010 10000 1110001 111000 1010110 0 111000 100000101 1001011 11001

Color Harmonies of #321071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321071

Black with #321071

Text Example


Text Example

White with #321071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321071; }

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

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

background-color css

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

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

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

border-color css

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

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

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