Html Css Color HEX #322094 Persian Indigo

📋 copy color: '#322094'

red 50 ◦ green 32 ◦ blue 148

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

Shades of Persian Indigo #322094

Tints of Persian Indigo #322094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 21.74%
G = 13.91%
B = 64.35%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322094 (or 0x322094) is known color: Persian Indigo. HEX triplet: 32, 20 and 94. RGB value is (50,32,148). Sum of RGB (Red+Green+Blue) = 50+32+148=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #322094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322094 is #CDDF6B. Grayscale: #323232. Windows color (decimal): -13492076 or 9707570. OLE color: 9707570.

HSL color Cylindrical-coordinate representation of color #322094: hue angle of 249.31º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322094 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 32 148 -
CMYK 0.66 0.78 0 0.42
HSL 249.31º 0.64% 0.35% -
HSV(B) 249.31º 0.78% 0.58% -
XYZ 7.18 3.85 28.38 -
YUV 50.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 50 32 148 0.66 0.78 0 0.42 249.31 0.64 0.35
Hex 32 20 94 42 4E 0 2A F9 40 23
Octal 62 40 224 102 116 0 52 371 100 43
Binary 110010 100000 10010100 1000010 1001110 0 101010 11111001 1000000 100011

Color Harmonies of #322094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322094

Black with #322094

Text Example


Text Example

White with #322094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322094; }

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

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

background-color css

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

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

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

border-color css

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

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

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