Html Css Color HEX #321394 Persian Indigo

📋 copy color: '#321394'

red 50 ◦ green 19 ◦ blue 148

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

Shades of Persian Indigo #321394

Tints of Persian Indigo #321394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 23.04%
G = 8.76%
B = 68.2%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321394 (or 0x321394) is known color: Persian Indigo. HEX triplet: 32, 13 and 94. RGB value is (50,19,148). Sum of RGB (Red+Green+Blue) = 50+19+148=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #321394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321394 is #CDEC6B. Grayscale: #2A2A2A. Windows color (decimal): -13495404 or 9704242. OLE color: 9704242.

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

Color convert

RGB 50 19 148 -
CMYK 0.66 0.87 0 0.42
HSL 254.42º 0.77% 0.33% -
HSV(B) 254.42º 0.87% 0.58% -
XYZ 6.89 3.28 28.29 -
YUV 42.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 50 19 148 0.66 0.87 0 0.42 254.42 0.77 0.33
Hex 32 13 94 42 57 0 2A FE 4D 21
Octal 62 23 224 102 127 0 52 376 115 41
Binary 110010 10011 10010100 1000010 1010111 0 101010 11111110 1001101 100001

Color Harmonies of #321394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321394

Black with #321394

Text Example


Text Example

White with #321394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321394; }

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

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

background-color css

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

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

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

border-color css

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

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

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