Html Css Color HEX #321590 Persian Indigo

📋 copy color: '#321590'

red 50 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #321590

Tints of Persian Indigo #321590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 23.26%
G = 9.77%
B = 66.98%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#321590 (or 0x321590) is known color: Persian Indigo. HEX triplet: 32, 15 and 90. RGB value is (50,21,144). Sum of RGB (Red+Green+Blue) = 50+21+144=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #321590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321590 is #CDEA6F. Grayscale: #2B2B2B. Windows color (decimal): -13494896 or 9442610. OLE color: 9442610.

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

Color convert

RGB 50 21 144 -
CMYK 0.65 0.85 0 0.44
HSL 254.15º 0.75% 0.32% -
HSV(B) 254.15º 0.85% 0.56% -
XYZ 6.62 3.23 26.66 -
YUV 43.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 50 21 144 0.65 0.85 0 0.44 254.15 0.75 0.32
Hex 32 15 90 41 55 0 2C FE 4B 20
Octal 62 25 220 101 125 0 54 376 113 40
Binary 110010 10101 10010000 1000001 1010101 0 101100 11111110 1001011 100000

Color Harmonies of #321590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321590

Black with #321590

Text Example


Text Example

White with #321590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321590; }

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

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

background-color css

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

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

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

border-color css

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

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

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