Html Css Color HEX #310773 Persian Indigo

📋 copy color: '#310773'

red 49 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #310773

Tints of Persian Indigo #310773

RGB

 RED value IS 49 (19.53% from 255) = 28.65%

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

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

R = 28.65%
G = 4.09%
B = 67.25%

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

#310773 (or 0x310773) is known color: Persian Indigo. HEX triplet: 31, 07 and 73. RGB value is (49,7,115). Sum of RGB (Red+Green+Blue) = 49+7+115=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #310773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310773 is #CEF88C. Grayscale: #1F1F1F. Windows color (decimal): -13564045 or 7538481. OLE color: 7538481.

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

Color convert

RGB 49 7 115 -
CMYK 0.57 0.94 0 0.55
HSL 263.33º 0.89% 0.24% -
HSV(B) 263.33º 0.94% 0.45% -
XYZ 4.44 2.04 16.38 -
YUV 31.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 49 7 115 0.57 0.94 0 0.55 263.33 0.89 0.24
Hex 31 7 73 39 5E 0 37 107 59 18
Octal 61 7 163 71 136 0 67 407 131 30
Binary 110001 111 1110011 111001 1011110 0 110111 100000111 1011001 11000

Color Harmonies of #310773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310773

Black with #310773

Text Example


Text Example

White with #310773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310773; }

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

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

background-color css

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

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

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

border-color css

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

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

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