Html Css Color HEX #321187 Persian Indigo

📋 copy color: '#321187'

red 50 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #321187

Tints of Persian Indigo #321187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.83%

R = 24.75%
G = 8.42%
B = 66.83%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321187 (or 0x321187) is known color: Persian Indigo. HEX triplet: 32, 11 and 87. RGB value is (50,17,135). Sum of RGB (Red+Green+Blue) = 50+17+135=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #321187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321187 is #CDEE78. Grayscale: #272727. Windows color (decimal): -13495929 or 8851762. OLE color: 8851762.

HSL color Cylindrical-coordinate representation of color #321187: hue angle of 256.78º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321187 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 17 135 -
CMYK 0.63 0.87 0 0.47
HSL 256.78º 0.78% 0.3% -
HSV(B) 256.78º 0.87% 0.53% -
XYZ 5.89 2.83 23.16 -
YUV 40.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 50 17 135 0.63 0.87 0 0.47 256.78 0.78 0.3
Hex 32 11 87 3F 57 0 2F 101 4E 1E
Octal 62 21 207 77 127 0 57 401 116 36
Binary 110010 10001 10000111 111111 1010111 0 101111 100000001 1001110 11110

Color Harmonies of #321187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321187

Black with #321187

Text Example


Text Example

White with #321187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321187; }

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

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

background-color css

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

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

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

border-color css

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

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

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