Html Css Color HEX #321177 Persian Indigo

📋 copy color: '#321177'

red 50 ◦ green 17 ◦ blue 119

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

Shades of Persian Indigo #321177

Tints of Persian Indigo #321177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 26.88%
G = 9.14%
B = 63.98%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321177 (or 0x321177) is known color: Persian Indigo. HEX triplet: 32, 11 and 77. RGB value is (50,17,119). Sum of RGB (Red+Green+Blue) = 50+17+119=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #321177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321177 is #CDEE88. Grayscale: #262626. Windows color (decimal): -13495945 or 7803186. OLE color: 7803186.

HSL color Cylindrical-coordinate representation of color #321177: hue angle of 259.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321177 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 17 119 -
CMYK 0.58 0.86 0 0.53
HSL 259.41º 0.75% 0.27% -
HSV(B) 259.41º 0.86% 0.47% -
XYZ 4.85 2.41 17.66 -
YUV 38.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 50 17 119 0.58 0.86 0 0.53 259.41 0.75 0.27
Hex 32 11 77 3A 56 0 35 103 4B 1B
Octal 62 21 167 72 126 0 65 403 113 33
Binary 110010 10001 1110111 111010 1010110 0 110101 100000011 1001011 11011

Color Harmonies of #321177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321177

Black with #321177

Text Example


Text Example

White with #321177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321177; }

 p { color: rgb(50,17,119); }

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

background-color css

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

 a { background-color: rgb(50,17,119); }

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

border-color css

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

 span { border-color: rgb(50,17,119); }

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