Html Css Color HEX #321079 Persian Indigo

📋 copy color: '#321079'

red 50 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #321079

Tints of Persian Indigo #321079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 26.74%
G = 8.56%
B = 64.71%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321079 (or 0x321079) is known color: Persian Indigo. HEX triplet: 32, 10 and 79. RGB value is (50,16,121). Sum of RGB (Red+Green+Blue) = 50+16+121=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #321079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321079 is #CDEF86. Grayscale: #252525. Windows color (decimal): -13496199 or 7934002. OLE color: 7934002.

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

Color convert

RGB 50 16 121 -
CMYK 0.59 0.87 0 0.53
HSL 259.43º 0.77% 0.27% -
HSV(B) 259.43º 0.87% 0.47% -
XYZ 4.95 2.43 18.3 -
YUV 38.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 50 16 121 0.59 0.87 0 0.53 259.43 0.77 0.27
Hex 32 10 79 3B 57 0 35 103 4D 1B
Octal 62 20 171 73 127 0 65 403 115 33
Binary 110010 10000 1111001 111011 1010111 0 110101 100000011 1001101 11011

Color Harmonies of #321079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321079

Black with #321079

Text Example


Text Example

White with #321079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321079; }

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

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

background-color css

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

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

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

border-color css

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

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

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