Html Css Color HEX #321170 Persian Indigo

📋 copy color: '#321170'

red 50 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #321170

Tints of Persian Indigo #321170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 112 (44.14% from 255) = 62.57%

R = 27.93%
G = 9.5%
B = 62.57%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321170 (or 0x321170) is known color: Persian Indigo. HEX triplet: 32, 11 and 70. RGB value is (50,17,112). Sum of RGB (Red+Green+Blue) = 50+17+112=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #321170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321170 is #CDEE8F. Grayscale: #252525. Windows color (decimal): -13495952 or 7344434. OLE color: 7344434.

HSL color Cylindrical-coordinate representation of color #321170: hue angle of 260.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321170 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 17 112 -
CMYK 0.55 0.85 0 0.56
HSL 260.84º 0.74% 0.25% -
HSV(B) 260.84º 0.85% 0.44% -
XYZ 4.44 2.25 15.53 -
YUV 37.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 50 17 112 0.55 0.85 0 0.56 260.84 0.74 0.25
Hex 32 11 70 37 55 0 38 105 4A 19
Octal 62 21 160 67 125 0 70 405 112 31
Binary 110010 10001 1110000 110111 1010101 0 111000 100000101 1001010 11001

Color Harmonies of #321170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321170

Black with #321170

Text Example


Text Example

White with #321170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321170; }

 p { color: rgb(50,17,112); }

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

background-color css

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

 a { background-color: rgb(50,17,112); }

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

border-color css

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

 span { border-color: rgb(50,17,112); }

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