Html Css Color HEX #321077 Persian Indigo

📋 copy color: '#321077'

red 50 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #321077

Tints of Persian Indigo #321077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 27.03%
G = 8.65%
B = 64.32%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321077 (or 0x321077) is known color: Persian Indigo. HEX triplet: 32, 10 and 77. RGB value is (50,16,119). Sum of RGB (Red+Green+Blue) = 50+16+119=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #321077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321077 is #CDEF88. Grayscale: #252525. Windows color (decimal): -13496201 or 7802930. OLE color: 7802930.

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

Color convert

RGB 50 16 119 -
CMYK 0.58 0.87 0 0.53
HSL 259.81º 0.76% 0.26% -
HSV(B) 259.81º 0.87% 0.47% -
XYZ 4.83 2.38 17.66 -
YUV 37.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 50 16 119 0.58 0.87 0 0.53 259.81 0.76 0.26
Hex 32 10 77 3A 57 0 35 104 4C 1A
Octal 62 20 167 72 127 0 65 404 114 32
Binary 110010 10000 1110111 111010 1010111 0 110101 100000100 1001100 11010

Color Harmonies of #321077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321077

Black with #321077

Text Example


Text Example

White with #321077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321077; }

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

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

background-color css

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

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

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

border-color css

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

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

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