Html Css Color HEX #320C71 Persian Indigo

📋 copy color: '#320C71'

red 50 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #320C71

Tints of Persian Indigo #320C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.86%

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

R = 28.57%
G = 6.86%
B = 64.57%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320C71 (or 0x320C71) is known color: Persian Indigo. HEX triplet: 32, 0C and 71. RGB value is (50,12,113). Sum of RGB (Red+Green+Blue) = 50+12+113=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #320C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C71 is #CDF38E. Grayscale: #222222. Windows color (decimal): -13497231 or 7408690. OLE color: 7408690.

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

Color convert

RGB 50 12 113 -
CMYK 0.56 0.89 0 0.56
HSL 262.57º 0.81% 0.25% -
HSV(B) 262.57º 0.89% 0.44% -
XYZ 4.43 2.13 15.8 -
YUV 34.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 50 12 113 0.56 0.89 0 0.56 262.57 0.81 0.25
Hex 32 C 71 38 59 0 38 107 51 19
Octal 62 14 161 70 131 0 70 407 121 31
Binary 110010 1100 1110001 111000 1011001 0 111000 100000111 1010001 11001

Color Harmonies of #320C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C71

Black with #320C71

Text Example


Text Example

White with #320C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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