Html Css Color HEX #322392 Persian Indigo

📋 copy color: '#322392'

red 50 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #322392

Tints of Persian Indigo #322392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 21.65%
G = 15.15%
B = 63.2%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#322392 (or 0x322392) is known color: Persian Indigo. HEX triplet: 32, 23 and 92. RGB value is (50,35,146). Sum of RGB (Red+Green+Blue) = 50+35+146=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #322392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322392 is #CDDC6D. Grayscale: #333333. Windows color (decimal): -13491310 or 9577266. OLE color: 9577266.

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

Color convert

RGB 50 35 146 -
CMYK 0.66 0.76 0 0.43
HSL 248.11º 0.61% 0.35% -
HSV(B) 248.11º 0.76% 0.57% -
XYZ 7.1 3.96 27.58 -
YUV 52.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 50 35 146 0.66 0.76 0 0.43 248.11 0.61 0.35
Hex 32 23 92 42 4C 0 2B F8 3D 23
Octal 62 43 222 102 114 0 53 370 75 43
Binary 110010 100011 10010010 1000010 1001100 0 101011 11111000 111101 100011

Color Harmonies of #322392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322392

Black with #322392

Text Example


Text Example

White with #322392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322392; }

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

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

background-color css

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

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

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

border-color css

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

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

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