Html Css Color HEX #320772 Persian Indigo

📋 copy color: '#320772'

red 50 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #320772

Tints of Persian Indigo #320772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 29.24%
G = 4.09%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320772 (or 0x320772) is known color: Persian Indigo. HEX triplet: 32, 07 and 72. RGB value is (50,7,114). Sum of RGB (Red+Green+Blue) = 50+7+114=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #320772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320772 is #CDF88D. Grayscale: #1F1F1F. Windows color (decimal): -13498510 or 7472946. OLE color: 7472946.

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

Color convert

RGB 50 7 114 -
CMYK 0.56 0.94 0 0.55
HSL 264.11º 0.88% 0.24% -
HSV(B) 264.11º 0.94% 0.45% -
XYZ 4.43 2.04 16.08 -
YUV 32.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 50 7 114 0.56 0.94 0 0.55 264.11 0.88 0.24
Hex 32 7 72 38 5E 0 37 108 58 18
Octal 62 7 162 70 136 0 67 410 130 30
Binary 110010 111 1110010 111000 1011110 0 110111 100001000 1011000 11000

Color Harmonies of #320772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320772

Black with #320772

Text Example


Text Example

White with #320772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320772; }

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

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

background-color css

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

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

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

border-color css

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

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

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