Html Css Color HEX #321979 Persian Indigo

📋 copy color: '#321979'

red 50 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #321979

Tints of Persian Indigo #321979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 121 (47.66% from 255) = 61.73%

R = 25.51%
G = 12.76%
B = 61.73%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321979 (or 0x321979) is known color: Persian Indigo. HEX triplet: 32, 19 and 79. RGB value is (50,25,121). Sum of RGB (Red+Green+Blue) = 50+25+121=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #321979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321979 is #CDE686. Grayscale: #2B2B2B. Windows color (decimal): -13493895 or 7936306. OLE color: 7936306.

HSL color Cylindrical-coordinate representation of color #321979: hue angle of 255.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321979 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 25 121 -
CMYK 0.59 0.79 0 0.53
HSL 255.63º 0.66% 0.29% -
HSV(B) 255.63º 0.79% 0.47% -
XYZ 5.11 2.75 18.35 -
YUV 43.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 50 25 121 0.59 0.79 0 0.53 255.63 0.66 0.29
Hex 32 19 79 3B 4F 0 35 100 42 1D
Octal 62 31 171 73 117 0 65 400 102 35
Binary 110010 11001 1111001 111011 1001111 0 110101 100000000 1000010 11101

Color Harmonies of #321979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321979

Black with #321979

Text Example


Text Example

White with #321979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321979; }

 p { color: rgb(50,25,121); }

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

background-color css

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

 a { background-color: rgb(50,25,121); }

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

border-color css

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

 span { border-color: rgb(50,25,121); }

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