Html Css Color HEX #321873 Persian Indigo

📋 copy color: '#321873'

red 50 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #321873

Tints of Persian Indigo #321873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 26.46%
G = 12.7%
B = 60.85%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321873 (or 0x321873) is known color: Persian Indigo. HEX triplet: 32, 18 and 73. RGB value is (50,24,115). Sum of RGB (Red+Green+Blue) = 50+24+115=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #321873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321873 is #CDE78C. Grayscale: #292929. Windows color (decimal): -13494157 or 7542834. OLE color: 7542834.

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

Color convert

RGB 50 24 115 -
CMYK 0.57 0.79 0 0.55
HSL 257.14º 0.65% 0.27% -
HSV(B) 257.14º 0.79% 0.45% -
XYZ 4.74 2.57 16.47 -
YUV 42.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 50 24 115 0.57 0.79 0 0.55 257.14 0.65 0.27
Hex 32 18 73 39 4F 0 37 101 41 1B
Octal 62 30 163 71 117 0 67 401 101 33
Binary 110010 11000 1110011 111001 1001111 0 110111 100000001 1000001 11011

Color Harmonies of #321873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321873

Black with #321873

Text Example


Text Example

White with #321873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321873; }

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

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

background-color css

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

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

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

border-color css

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

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

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