Html Css Color HEX #321184 Persian Indigo

📋 copy color: '#321184'

red 50 ◦ green 17 ◦ blue 132

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

Shades of Persian Indigo #321184

Tints of Persian Indigo #321184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 25.13%
G = 8.54%
B = 66.33%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321184 (or 0x321184) is known color: Persian Indigo. HEX triplet: 32, 11 and 84. RGB value is (50,17,132). Sum of RGB (Red+Green+Blue) = 50+17+132=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #321184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321184 is #CDEE7B. Grayscale: #272727. Windows color (decimal): -13495932 or 8655154. OLE color: 8655154.

HSL color Cylindrical-coordinate representation of color #321184: hue angle of 257.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321184 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 17 132 -
CMYK 0.62 0.87 0 0.48
HSL 257.22º 0.77% 0.29% -
HSV(B) 257.22º 0.87% 0.52% -
XYZ 5.68 2.74 22.06 -
YUV 39.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 50 17 132 0.62 0.87 0 0.48 257.22 0.77 0.29
Hex 32 11 84 3E 57 0 30 101 4D 1D
Octal 62 21 204 76 127 0 60 401 115 35
Binary 110010 10001 10000100 111110 1010111 0 110000 100000001 1001101 11101

Color Harmonies of #321184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321184

Black with #321184

Text Example


Text Example

White with #321184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321184; }

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

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

background-color css

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

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

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

border-color css

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

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

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