Html Css Color HEX #321778 Persian Indigo

📋 copy color: '#321778'

red 50 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #321778

Tints of Persian Indigo #321778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 25.91%
G = 11.92%
B = 62.18%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321778 (or 0x321778) is known color: Persian Indigo. HEX triplet: 32, 17 and 78. RGB value is (50,23,120). Sum of RGB (Red+Green+Blue) = 50+23+120=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #321778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321778 is #CDE887. Grayscale: #292929. Windows color (decimal): -13494408 or 7870258. OLE color: 7870258.

HSL color Cylindrical-coordinate representation of color #321778: hue angle of 256.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321778 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 23 120 -
CMYK 0.58 0.81 0 0.53
HSL 256.7º 0.68% 0.28% -
HSV(B) 256.7º 0.81% 0.47% -
XYZ 5.01 2.65 18.02 -
YUV 42.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 50 23 120 0.58 0.81 0 0.53 256.7 0.68 0.28
Hex 32 17 78 3A 51 0 35 101 44 1C
Octal 62 27 170 72 121 0 65 401 104 34
Binary 110010 10111 1111000 111010 1010001 0 110101 100000001 1000100 11100

Color Harmonies of #321778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321778

Black with #321778

Text Example


Text Example

White with #321778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321778; }

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

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

background-color css

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

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

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

border-color css

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

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

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