Html Css Color HEX #310774 Persian Indigo

📋 copy color: '#310774'

red 49 ◦ green 7 ◦ blue 116

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

Shades of Persian Indigo #310774

Tints of Persian Indigo #310774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 28.49%
G = 4.07%
B = 67.44%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310774 (or 0x310774) is known color: Persian Indigo. HEX triplet: 31, 07 and 74. RGB value is (49,7,116). Sum of RGB (Red+Green+Blue) = 49+7+116=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #310774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310774 is #CEF88B. Grayscale: #1F1F1F. Windows color (decimal): -13564044 or 7604017. OLE color: 7604017.

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

Color convert

RGB 49 7 116 -
CMYK 0.58 0.94 0 0.55
HSL 263.12º 0.89% 0.24% -
HSV(B) 263.12º 0.94% 0.45% -
XYZ 4.49 2.07 16.68 -
YUV 31.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 49 7 116 0.58 0.94 0 0.55 263.12 0.89 0.24
Hex 31 7 74 3A 5E 0 37 107 59 18
Octal 61 7 164 72 136 0 67 407 131 30
Binary 110001 111 1110100 111010 1011110 0 110111 100000111 1011001 11000

Color Harmonies of #310774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310774

Black with #310774

Text Example


Text Example

White with #310774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310774; }

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

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

background-color css

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

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

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

border-color css

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

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

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