Html Css Color HEX #321776 Persian Indigo

📋 copy color: '#321776'

red 50 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #321776

Tints of Persian Indigo #321776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 61.78%

R = 26.18%
G = 12.04%
B = 61.78%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321776 (or 0x321776) is known color: Persian Indigo. HEX triplet: 32, 17 and 76. RGB value is (50,23,118). Sum of RGB (Red+Green+Blue) = 50+23+118=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #321776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321776 is #CDE889. Grayscale: #292929. Windows color (decimal): -13494410 or 7739186. OLE color: 7739186.

HSL color Cylindrical-coordinate representation of color #321776: hue angle of 257.05º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321776 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 23 118 -
CMYK 0.58 0.81 0 0.54
HSL 257.05º 0.67% 0.28% -
HSV(B) 257.05º 0.81% 0.46% -
XYZ 4.89 2.6 17.38 -
YUV 41.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 50 23 118 0.58 0.81 0 0.54 257.05 0.67 0.28
Hex 32 17 76 3A 51 0 36 101 43 1C
Octal 62 27 166 72 121 0 66 401 103 34
Binary 110010 10111 1110110 111010 1010001 0 110110 100000001 1000011 11100

Color Harmonies of #321776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321776

Black with #321776

Text Example


Text Example

White with #321776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321776; }

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

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

background-color css

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

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

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

border-color css

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

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

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