Html Css Color HEX #321793 Persian Indigo

📋 copy color: '#321793'

red 50 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #321793

Tints of Persian Indigo #321793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 22.73%
G = 10.45%
B = 66.82%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321793 (or 0x321793) is known color: Persian Indigo. HEX triplet: 32, 17 and 93. RGB value is (50,23,147). Sum of RGB (Red+Green+Blue) = 50+23+147=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #321793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321793 is #CDE86C. Grayscale: #2C2C2C. Windows color (decimal): -13494381 or 9639730. OLE color: 9639730.

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

Color convert

RGB 50 23 147 -
CMYK 0.66 0.84 0 0.42
HSL 253.06º 0.73% 0.33% -
HSV(B) 253.06º 0.84% 0.58% -
XYZ 6.89 3.4 27.9 -
YUV 45.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 50 23 147 0.66 0.84 0 0.42 253.06 0.73 0.33
Hex 32 17 93 42 54 0 2A FD 49 21
Octal 62 27 223 102 124 0 52 375 111 41
Binary 110010 10111 10010011 1000010 1010100 0 101010 11111101 1001001 100001

Color Harmonies of #321793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321793

Black with #321793

Text Example


Text Example

White with #321793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321793; }

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

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

background-color css

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

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

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

border-color css

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

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

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