Html Css Color HEX #322089 Persian Indigo

📋 copy color: '#322089'

red 50 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #322089

Tints of Persian Indigo #322089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 22.83%
G = 14.61%
B = 62.56%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#322089 (or 0x322089) is known color: Persian Indigo. HEX triplet: 32, 20 and 89. RGB value is (50,32,137). Sum of RGB (Red+Green+Blue) = 50+32+137=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #322089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322089 is #CDDF76. Grayscale: #303030. Windows color (decimal): -13492087 or 8986674. OLE color: 8986674.

HSL color Cylindrical-coordinate representation of color #322089: hue angle of 250.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322089 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 32 137 -
CMYK 0.64 0.77 0 0.46
HSL 250.29º 0.62% 0.33% -
HSV(B) 250.29º 0.77% 0.54% -
XYZ 6.35 3.52 24.01 -
YUV 49.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 50 32 137 0.64 0.77 0 0.46 250.29 0.62 0.33
Hex 32 20 89 40 4D 0 2E FA 3E 21
Octal 62 40 211 100 115 0 56 372 76 41
Binary 110010 100000 10001001 1000000 1001101 0 101110 11111010 111110 100001

Color Harmonies of #322089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322089

Black with #322089

Text Example


Text Example

White with #322089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322089; }

 p { color: rgb(50,32,137); }

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

background-color css

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

 a { background-color: rgb(50,32,137); }

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

border-color css

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

 span { border-color: rgb(50,32,137); }

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