Html Css Color HEX #322580 Persian Indigo

📋 copy color: '#322580'

red 50 ◦ green 37 ◦ blue 128

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

Shades of Persian Indigo #322580

Tints of Persian Indigo #322580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

 BLUE value IS 128 (50.39% from 255) = 59.53%

R = 23.26%
G = 17.21%
B = 59.53%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#322580 (or 0x322580) is known color: Persian Indigo. HEX triplet: 32, 25 and 80. RGB value is (50,37,128). Sum of RGB (Red+Green+Blue) = 50+37+128=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #322580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322580 is #CDDA7F. Grayscale: #323232. Windows color (decimal): -13490816 or 8398130. OLE color: 8398130.

HSL color Cylindrical-coordinate representation of color #322580: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322580 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 37 128 -
CMYK 0.61 0.71 0 0.50
HSL 248.57º 0.55% 0.32% -
HSV(B) 248.57º 0.71% 0.5% -
XYZ 5.87 3.56 20.8 -
YUV 51.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 50 37 128 0.61 0.71 0 0.50 248.57 0.55 0.32
Hex 32 25 80 3D 47 0 32 F9 37 20
Octal 62 45 200 75 107 0 62 371 67 40
Binary 110010 100101 10000000 111101 1000111 0 110010 11111001 110111 100000

Color Harmonies of #322580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322580

Black with #322580

Text Example


Text Example

White with #322580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322580; }

 p { color: rgb(50,37,128); }

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

background-color css

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

 a { background-color: rgb(50,37,128); }

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

border-color css

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

 span { border-color: rgb(50,37,128); }

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