Html Css Color HEX #321189 Persian Indigo

📋 copy color: '#321189'

red 50 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #321189

Tints of Persian Indigo #321189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 24.51%
G = 8.33%
B = 67.16%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#321189 (or 0x321189) is known color: Persian Indigo. HEX triplet: 32, 11 and 89. RGB value is (50,17,137). Sum of RGB (Red+Green+Blue) = 50+17+137=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #321189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321189 is #CDEE76. Grayscale: #282828. Windows color (decimal): -13495927 or 8982834. OLE color: 8982834.

HSL color Cylindrical-coordinate representation of color #321189: hue angle of 256.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321189 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 17 137 -
CMYK 0.64 0.88 0 0.46
HSL 256.5º 0.78% 0.3% -
HSV(B) 256.5º 0.88% 0.54% -
XYZ 6.03 2.89 23.91 -
YUV 40.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 50 17 137 0.64 0.88 0 0.46 256.5 0.78 0.3
Hex 32 11 89 40 58 0 2E 100 4E 1E
Octal 62 21 211 100 130 0 56 400 116 36
Binary 110010 10001 10001001 1000000 1011000 0 101110 100000000 1001110 11110

Color Harmonies of #321189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321189

Black with #321189

Text Example


Text Example

White with #321189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321189; }

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

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

background-color css

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

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

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

border-color css

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

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

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