Html Css Color HEX #321190 Persian Indigo

📋 copy color: '#321190'

red 50 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #321190

Tints of Persian Indigo #321190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 23.7%
G = 8.06%
B = 68.25%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#321190 (or 0x321190) is known color: Persian Indigo. HEX triplet: 32, 11 and 90. RGB value is (50,17,144). Sum of RGB (Red+Green+Blue) = 50+17+144=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #321190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321190 is #CDEE6F. Grayscale: #282828. Windows color (decimal): -13495920 or 9441586. OLE color: 9441586.

HSL color Cylindrical-coordinate representation of color #321190: hue angle of 255.59º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321190 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 17 144 -
CMYK 0.65 0.88 0 0.44
HSL 255.59º 0.79% 0.32% -
HSV(B) 255.59º 0.88% 0.56% -
XYZ 6.55 3.09 26.64 -
YUV 41.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 50 17 144 0.65 0.88 0 0.44 255.59 0.79 0.32
Hex 32 11 90 41 58 0 2C 100 4F 20
Octal 62 21 220 101 130 0 54 400 117 40
Binary 110010 10001 10010000 1000001 1011000 0 101100 100000000 1001111 100000

Color Harmonies of #321190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321190

Black with #321190

Text Example


Text Example

White with #321190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321190; }

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

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

background-color css

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

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

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

border-color css

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

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

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