Html Css Color HEX #320591 Persian Indigo

📋 copy color: '#320591'

red 50 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #320591

Tints of Persian Indigo #320591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 25%
G = 2.5%
B = 72.5%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320591 (or 0x320591) is known color: Persian Indigo. HEX triplet: 32, 05 and 91. RGB value is (50,5,145). Sum of RGB (Red+Green+Blue) = 50+5+145=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #320591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320591 is #CDFA6E. Grayscale: #212121. Windows color (decimal): -13498991 or 9504050. OLE color: 9504050.

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

Color convert

RGB 50 5 145 -
CMYK 0.66 0.97 0 0.43
HSL 259.29º 0.93% 0.29% -
HSV(B) 259.29º 0.97% 0.57% -
XYZ 6.48 2.83 26.99 -
YUV 34.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 50 5 145 0.66 0.97 0 0.43 259.29 0.93 0.29
Hex 32 5 91 42 61 0 2B 103 5D 1D
Octal 62 5 221 102 141 0 53 403 135 35
Binary 110010 101 10010001 1000010 1100001 0 101011 100000011 1011101 11101

Color Harmonies of #320591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320591

Black with #320591

Text Example


Text Example

White with #320591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320591; }

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

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

background-color css

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

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

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

border-color css

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

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

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