Html Css Color HEX #321773 Persian Indigo

📋 copy color: '#321773'

red 50 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #321773

Tints of Persian Indigo #321773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 26.6%
G = 12.23%
B = 61.17%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321773 (or 0x321773) is known color: Persian Indigo. HEX triplet: 32, 17 and 73. RGB value is (50,23,115). Sum of RGB (Red+Green+Blue) = 50+23+115=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #321773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321773 is #CDE88C. Grayscale: #292929. Windows color (decimal): -13494413 or 7542578. OLE color: 7542578.

HSL color Cylindrical-coordinate representation of color #321773: hue angle of 257.61º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321773 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 23 115 -
CMYK 0.57 0.80 0 0.55
HSL 257.61º 0.67% 0.27% -
HSV(B) 257.61º 0.8% 0.45% -
XYZ 4.72 2.53 16.46 -
YUV 41.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 50 23 115 0.57 0.80 0 0.55 257.61 0.67 0.27
Hex 32 17 73 39 50 0 37 102 43 1B
Octal 62 27 163 71 120 0 67 402 103 33
Binary 110010 10111 1110011 111001 1010000 0 110111 100000010 1000011 11011

Color Harmonies of #321773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321773

Black with #321773

Text Example


Text Example

White with #321773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321773; }

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

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

background-color css

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

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

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

border-color css

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

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

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