Html Css Color HEX #320176 Persian Indigo

📋 copy color: '#320176'

red 50 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #320176

Tints of Persian Indigo #320176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 118 (46.48% from 255) = 69.82%

R = 29.59%
G = 0.59%
B = 69.82%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320176 (or 0x320176) is known color: Persian Indigo. HEX triplet: 32, 01 and 76. RGB value is (50,1,118). Sum of RGB (Red+Green+Blue) = 50+1+118=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #320176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320176 is #CDFE89. Grayscale: #1C1C1C. Windows color (decimal): -13500042 or 7733554. OLE color: 7733554.

HSL color Cylindrical-coordinate representation of color #320176: hue angle of 265.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320176 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 1 118 -
CMYK 0.58 0.99 0 0.54
HSL 265.13º 0.98% 0.23% -
HSV(B) 265.13º 0.99% 0.46% -
XYZ 4.6 2.01 17.28 -
YUV 28.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 50 1 118 0.58 0.99 0 0.54 265.13 0.98 0.23
Hex 32 1 76 3A 63 0 36 109 62 17
Octal 62 1 166 72 143 0 66 411 142 27
Binary 110010 1 1110110 111010 1100011 0 110110 100001001 1100010 10111

Color Harmonies of #320176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320176

Black with #320176

Text Example


Text Example

White with #320176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320176; }

 p { color: rgb(50,1,118); }

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

background-color css

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

 a { background-color: rgb(50,1,118); }

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

border-color css

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

 span { border-color: rgb(50,1,118); }

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