Html Css Color HEX #322076 Persian Indigo

📋 copy color: '#322076'

red 50 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #322076

Tints of Persian Indigo #322076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59%

R = 25%
G = 16%
B = 59%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322076 (or 0x322076) is known color: Persian Indigo. HEX triplet: 32, 20 and 76. RGB value is (50,32,118). Sum of RGB (Red+Green+Blue) = 50+32+118=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #322076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322076 is #CDDF89. Grayscale: #2E2E2E. Windows color (decimal): -13492106 or 7741490. OLE color: 7741490.

HSL color Cylindrical-coordinate representation of color #322076: hue angle of 252.56º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322076 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 32 118 -
CMYK 0.58 0.73 0 0.54
HSL 252.56º 0.57% 0.29% -
HSV(B) 252.56º 0.73% 0.46% -
XYZ 5.1 3.02 17.45 -
YUV 47.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 50 32 118 0.58 0.73 0 0.54 252.56 0.57 0.29
Hex 32 20 76 3A 49 0 36 FD 39 1D
Octal 62 40 166 72 111 0 66 375 71 35
Binary 110010 100000 1110110 111010 1001001 0 110110 11111101 111001 11101

Color Harmonies of #322076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322076

Black with #322076

Text Example


Text Example

White with #322076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322076; }

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

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

background-color css

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

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

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

border-color css

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

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

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