Html Css Color HEX #321391 Persian Indigo

📋 copy color: '#321391'

red 50 ◦ green 19 ◦ blue 145

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

Shades of Persian Indigo #321391

Tints of Persian Indigo #321391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 145 (57.03% from 255) = 67.76%

R = 23.36%
G = 8.88%
B = 67.76%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321391 (or 0x321391) is known color: Persian Indigo. HEX triplet: 32, 13 and 91. RGB value is (50,19,145). Sum of RGB (Red+Green+Blue) = 50+19+145=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #321391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321391 is #CDEC6E. Grayscale: #2A2A2A. Windows color (decimal): -13495407 or 9507634. OLE color: 9507634.

HSL color Cylindrical-coordinate representation of color #321391: hue angle of 254.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321391 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 19 145 -
CMYK 0.66 0.87 0 0.43
HSL 254.76º 0.77% 0.32% -
HSV(B) 254.76º 0.87% 0.57% -
XYZ 6.66 3.19 27.05 -
YUV 42.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 50 19 145 0.66 0.87 0 0.43 254.76 0.77 0.32
Hex 32 13 91 42 57 0 2B FF 4D 20
Octal 62 23 221 102 127 0 53 377 115 40
Binary 110010 10011 10010001 1000010 1010111 0 101011 11111111 1001101 100000

Color Harmonies of #321391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321391

Black with #321391

Text Example


Text Example

White with #321391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321391; }

 p { color: rgb(50,19,145); }

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

background-color css

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

 a { background-color: rgb(50,19,145); }

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

border-color css

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

 span { border-color: rgb(50,19,145); }

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