Html Css Color HEX #320071 Persian Indigo

📋 copy color: '#320071'

red 50 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #320071

Tints of Persian Indigo #320071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 30.67%
G = 0%
B = 69.33%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320071 (or 0x320071) is known color: Persian Indigo. HEX triplet: 32, 00 and 71. RGB value is (50,0,113). Sum of RGB (Red+Green+Blue) = 50+0+113=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #320071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320071 is #CDFF8E. Grayscale: #1B1B1B. Windows color (decimal): -13500303 or 7405618. OLE color: 7405618.

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

Color convert

RGB 50 0 113 -
CMYK 0.56 1 0 0.56
HSL 266.55º 1% 0.22% -
HSV(B) 266.55º 1% 0.44% -
XYZ 4.3 1.87 15.76 -
YUV 27.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 50 0 113 0.56 1 0 0.56 266.55 1 0.22
Hex 32 0 71 38 64 0 38 10B 64 16
Octal 62 0 161 70 144 0 70 413 144 26
Binary 110010 0 1110001 111000 1100100 0 111000 100001011 1100100 10110

Color Harmonies of #320071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320071

Black with #320071

Text Example


Text Example

White with #320071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320071; }

 p { color: rgb(50,0,113); }

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

background-color css

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

 a { background-color: rgb(50,0,113); }

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

border-color css

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

 span { border-color: rgb(50,0,113); }

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