Html Css Color HEX #320971 Persian Indigo

📋 copy color: '#320971'

red 50 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #320971

Tints of Persian Indigo #320971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 29.07%
G = 5.23%
B = 65.7%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320971 (or 0x320971) is known color: Persian Indigo. HEX triplet: 32, 09 and 71. RGB value is (50,9,113). Sum of RGB (Red+Green+Blue) = 50+9+113=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #320971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320971 is #CDF68E. Grayscale: #202020. Windows color (decimal): -13497999 or 7407922. OLE color: 7407922.

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

Color convert

RGB 50 9 113 -
CMYK 0.56 0.92 0 0.56
HSL 263.65º 0.85% 0.24% -
HSV(B) 263.65º 0.92% 0.44% -
XYZ 4.39 2.07 15.79 -
YUV 33.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 50 9 113 0.56 0.92 0 0.56 263.65 0.85 0.24
Hex 32 9 71 38 5C 0 38 108 55 18
Octal 62 11 161 70 134 0 70 410 125 30
Binary 110010 1001 1110001 111000 1011100 0 111000 100001000 1010101 11000

Color Harmonies of #320971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320971

Black with #320971

Text Example


Text Example

White with #320971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320971; }

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

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

background-color css

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

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

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

border-color css

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

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

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