Html Css Color HEX #322074 Persian Indigo

📋 copy color: '#322074'

red 50 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #322074

Tints of Persian Indigo #322074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 25.25%
G = 16.16%
B = 58.59%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322074 (or 0x322074) is known color: Persian Indigo. HEX triplet: 32, 20 and 74. RGB value is (50,32,116). Sum of RGB (Red+Green+Blue) = 50+32+116=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #322074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322074 is #CDDF8B. Grayscale: #2E2E2E. Windows color (decimal): -13492108 or 7610418. OLE color: 7610418.

HSL color Cylindrical-coordinate representation of color #322074: hue angle of 252.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322074 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 32 116 -
CMYK 0.57 0.72 0 0.55
HSL 252.86º 0.57% 0.29% -
HSV(B) 252.86º 0.72% 0.45% -
XYZ 4.98 2.97 16.83 -
YUV 46.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 50 32 116 0.57 0.72 0 0.55 252.86 0.57 0.29
Hex 32 20 74 39 48 0 37 FD 39 1D
Octal 62 40 164 71 110 0 67 375 71 35
Binary 110010 100000 1110100 111001 1001000 0 110111 11111101 111001 11101

Color Harmonies of #322074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322074

Black with #322074

Text Example


Text Example

White with #322074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322074; }

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

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

background-color css

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

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

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

border-color css

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

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

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