Html Css Color HEX #320773 Persian Indigo

📋 copy color: '#320773'

red 50 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #320773

Tints of Persian Indigo #320773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 29.07%
G = 4.07%
B = 66.86%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320773 (or 0x320773) is known color: Persian Indigo. HEX triplet: 32, 07 and 73. RGB value is (50,7,115). Sum of RGB (Red+Green+Blue) = 50+7+115=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #320773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320773 is #CDF88C. Grayscale: #1F1F1F. Windows color (decimal): -13498509 or 7538482. OLE color: 7538482.

HSL color Cylindrical-coordinate representation of color #320773: hue angle of 263.89º degrees, saturation: 0.89, 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 #320773 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 7 115 -
CMYK 0.57 0.94 0 0.55
HSL 263.89º 0.89% 0.24% -
HSV(B) 263.89º 0.94% 0.45% -
XYZ 4.49 2.07 16.38 -
YUV 32.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 50 7 115 0.57 0.94 0 0.55 263.89 0.89 0.24
Hex 32 7 73 39 5E 0 37 108 59 18
Octal 62 7 163 71 136 0 67 410 131 30
Binary 110010 111 1110011 111001 1011110 0 110111 100001000 1011001 11000

Color Harmonies of #320773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320773

Black with #320773

Text Example


Text Example

White with #320773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320773; }

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

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

background-color css

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

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

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

border-color css

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

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

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