Html Css Color HEX #321393 Persian Indigo

📋 copy color: '#321393'

red 50 ◦ green 19 ◦ blue 147

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

Shades of Persian Indigo #321393

Tints of Persian Indigo #321393

RGB

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

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

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

R = 23.15%
G = 8.8%
B = 68.06%

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

#321393 (or 0x321393) is known color: Persian Indigo. HEX triplet: 32, 13 and 93. RGB value is (50,19,147). Sum of RGB (Red+Green+Blue) = 50+19+147=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #321393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321393 is #CDEC6C. Grayscale: #2A2A2A. Windows color (decimal): -13495405 or 9638706. OLE color: 9638706.

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

Color convert

RGB 50 19 147 -
CMYK 0.66 0.87 0 0.42
HSL 254.53º 0.77% 0.33% -
HSV(B) 254.53º 0.87% 0.58% -
XYZ 6.81 3.25 27.87 -
YUV 42.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 50 19 147 0.66 0.87 0 0.42 254.53 0.77 0.33
Hex 32 13 93 42 57 0 2A FF 4D 21
Octal 62 23 223 102 127 0 52 377 115 41
Binary 110010 10011 10010011 1000010 1010111 0 101010 11111111 1001101 100001

Color Harmonies of #321393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321393

Black with #321393

Text Example


Text Example

White with #321393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321393; }

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

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

background-color css

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

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

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

border-color css

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

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

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