Html Css Color HEX #322092 Persian Indigo

📋 copy color: '#322092'

red 50 ◦ green 32 ◦ blue 146

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

Shades of Persian Indigo #322092

Tints of Persian Indigo #322092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 21.93%
G = 14.04%
B = 64.04%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322092 (or 0x322092) is known color: Persian Indigo. HEX triplet: 32, 20 and 92. RGB value is (50,32,146). Sum of RGB (Red+Green+Blue) = 50+32+146=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #322092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322092 is #CDDF6D. Grayscale: #313131. Windows color (decimal): -13492078 or 9576498. OLE color: 9576498.

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

Color convert

RGB 50 32 146 -
CMYK 0.66 0.78 0 0.43
HSL 249.47º 0.64% 0.35% -
HSV(B) 249.47º 0.78% 0.57% -
XYZ 7.02 3.79 27.55 -
YUV 50.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 50 32 146 0.66 0.78 0 0.43 249.47 0.64 0.35
Hex 32 20 92 42 4E 0 2B F9 40 23
Octal 62 40 222 102 116 0 53 371 100 43
Binary 110010 100000 10010010 1000010 1001110 0 101011 11111001 1000000 100011

Color Harmonies of #322092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322092

Black with #322092

Text Example


Text Example

White with #322092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322092; }

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

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

background-color css

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

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

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

border-color css

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

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

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