Html Css Color HEX #322093 Persian Indigo

📋 copy color: '#322093'

red 50 ◦ green 32 ◦ blue 147

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

Shades of Persian Indigo #322093

Tints of Persian Indigo #322093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 21.83%
G = 13.97%
B = 64.19%

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

#322093 (or 0x322093) is known color: Persian Indigo. HEX triplet: 32, 20 and 93. RGB value is (50,32,147). Sum of RGB (Red+Green+Blue) = 50+32+147=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #322093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322093 is #CDDF6C. Grayscale: #323232. Windows color (decimal): -13492077 or 9642034. OLE color: 9642034.

HSL color Cylindrical-coordinate representation of color #322093: hue angle of 249.39º 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 #322093 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 32 147 -
CMYK 0.66 0.78 0 0.42
HSL 249.39º 0.64% 0.35% -
HSV(B) 249.39º 0.78% 0.58% -
XYZ 7.1 3.82 27.97 -
YUV 50.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 50 32 147 0.66 0.78 0 0.42 249.39 0.64 0.35
Hex 32 20 93 42 4E 0 2A F9 40 23
Octal 62 40 223 102 116 0 52 371 100 43
Binary 110010 100000 10010011 1000010 1001110 0 101010 11111001 1000000 100011

Color Harmonies of #322093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322093

Black with #322093

Text Example


Text Example

White with #322093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322093; }

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

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

background-color css

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

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

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

border-color css

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

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

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