Html Css Color HEX #322476 Persian Indigo

📋 copy color: '#322476'

red 50 ◦ green 36 ◦ blue 118

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

Shades of Persian Indigo #322476

Tints of Persian Indigo #322476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 24.51%
G = 17.65%
B = 57.84%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322476 (or 0x322476) is known color: Persian Indigo. HEX triplet: 32, 24 and 76. RGB value is (50,36,118). Sum of RGB (Red+Green+Blue) = 50+36+118=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #322476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322476 is #CDDB89. Grayscale: #313131. Windows color (decimal): -13491082 or 7742514. OLE color: 7742514.

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

Color convert

RGB 50 36 118 -
CMYK 0.58 0.69 0 0.54
HSL 250.24º 0.53% 0.3% -
HSV(B) 250.24º 0.69% 0.46% -
XYZ 5.22 3.25 17.49 -
YUV 49.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 50 36 118 0.58 0.69 0 0.54 250.24 0.53 0.3
Hex 32 24 76 3A 45 0 36 FA 35 1E
Octal 62 44 166 72 105 0 66 372 65 36
Binary 110010 100100 1110110 111010 1000101 0 110110 11111010 110101 11110

Color Harmonies of #322476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322476

Black with #322476

Text Example


Text Example

White with #322476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322476; }

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

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

background-color css

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

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

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

border-color css

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

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

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