Html Css Color HEX #322376 Persian Indigo

📋 copy color: '#322376'

red 50 ◦ green 35 ◦ blue 118

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

Shades of Persian Indigo #322376

Tints of Persian Indigo #322376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 24.63%
G = 17.24%
B = 58.13%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322376 (or 0x322376) is known color: Persian Indigo. HEX triplet: 32, 23 and 76. RGB value is (50,35,118). Sum of RGB (Red+Green+Blue) = 50+35+118=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #322376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322376 is #CDDC89. Grayscale: #303030. Windows color (decimal): -13491338 or 7742258. OLE color: 7742258.

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

Color convert

RGB 50 35 118 -
CMYK 0.58 0.70 0 0.54
HSL 250.84º 0.54% 0.3% -
HSV(B) 250.84º 0.7% 0.46% -
XYZ 5.19 3.19 17.48 -
YUV 48.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 50 35 118 0.58 0.70 0 0.54 250.84 0.54 0.3
Hex 32 23 76 3A 46 0 36 FB 36 1E
Octal 62 43 166 72 106 0 66 373 66 36
Binary 110010 100011 1110110 111010 1000110 0 110110 11111011 110110 11110

Color Harmonies of #322376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322376

Black with #322376

Text Example


Text Example

White with #322376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322376; }

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

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

background-color css

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

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

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

border-color css

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

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

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