Html Css Color HEX #310776 Persian Indigo

📋 copy color: '#310776'

red 49 ◦ green 7 ◦ blue 118

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

Shades of Persian Indigo #310776

Tints of Persian Indigo #310776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.82%

R = 28.16%
G = 4.02%
B = 67.82%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310776 (or 0x310776) is known color: Persian Indigo. HEX triplet: 31, 07 and 76. RGB value is (49,7,118). Sum of RGB (Red+Green+Blue) = 49+7+118=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #310776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310776 is #CEF889. Grayscale: #1F1F1F. Windows color (decimal): -13564042 or 7735089. OLE color: 7735089.

HSL color Cylindrical-coordinate representation of color #310776: hue angle of 262.7º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310776 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 7 118 -
CMYK 0.58 0.94 0 0.54
HSL 262.7º 0.89% 0.25% -
HSV(B) 262.7º 0.94% 0.46% -
XYZ 4.61 2.11 17.3 -
YUV 32.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 49 7 118 0.58 0.94 0 0.54 262.7 0.89 0.25
Hex 31 7 76 3A 5E 0 36 107 59 19
Octal 61 7 166 72 136 0 66 407 131 31
Binary 110001 111 1110110 111010 1011110 0 110110 100000111 1011001 11001

Color Harmonies of #310776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310776

Black with #310776

Text Example


Text Example

White with #310776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310776; }

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

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

background-color css

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

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

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

border-color css

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

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

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