Html Css Color HEX #322394 Persian Indigo

📋 copy color: '#322394'

red 50 ◦ green 35 ◦ blue 148

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

Shades of Persian Indigo #322394

Tints of Persian Indigo #322394

RGB

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

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

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

R = 21.46%
G = 15.02%
B = 63.52%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322394 (or 0x322394) is known color: Persian Indigo. HEX triplet: 32, 23 and 94. RGB value is (50,35,148). Sum of RGB (Red+Green+Blue) = 50+35+148=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #322394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322394 is #CDDC6B. Grayscale: #333333. Windows color (decimal): -13491308 or 9708338. OLE color: 9708338.

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

Color convert

RGB 50 35 148 -
CMYK 0.66 0.76 0 0.42
HSL 247.96º 0.62% 0.36% -
HSV(B) 247.96º 0.76% 0.58% -
XYZ 7.26 4.02 28.41 -
YUV 52.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 50 35 148 0.66 0.76 0 0.42 247.96 0.62 0.36
Hex 32 23 94 42 4C 0 2A F8 3E 24
Octal 62 43 224 102 114 0 52 370 76 44
Binary 110010 100011 10010100 1000010 1001100 0 101010 11111000 111110 100100

Color Harmonies of #322394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322394

Black with #322394

Text Example


Text Example

White with #322394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322394; }

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

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

background-color css

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

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

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

border-color css

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

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

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