Html Css Color HEX #320972 Persian Indigo

📋 copy color: '#320972'

red 50 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #320972

Tints of Persian Indigo #320972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 28.9%
G = 5.2%
B = 65.9%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320972 (or 0x320972) is known color: Persian Indigo. HEX triplet: 32, 09 and 72. RGB value is (50,9,114). Sum of RGB (Red+Green+Blue) = 50+9+114=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #320972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320972 is #CDF68D. Grayscale: #202020. Windows color (decimal): -13497998 or 7473458. OLE color: 7473458.

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

Color convert

RGB 50 9 114 -
CMYK 0.56 0.92 0 0.55
HSL 263.43º 0.85% 0.24% -
HSV(B) 263.43º 0.92% 0.45% -
XYZ 4.45 2.09 16.09 -
YUV 33.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 50 9 114 0.56 0.92 0 0.55 263.43 0.85 0.24
Hex 32 9 72 38 5C 0 37 107 55 18
Octal 62 11 162 70 134 0 67 407 125 30
Binary 110010 1001 1110010 111000 1011100 0 110111 100000111 1010101 11000

Color Harmonies of #320972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320972

Black with #320972

Text Example


Text Example

White with #320972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320972; }

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

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

background-color css

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

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

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

border-color css

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

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

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