Html Css Color HEX #311774 Persian Indigo

📋 copy color: '#311774'

red 49 ◦ green 23 ◦ blue 116

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

Shades of Persian Indigo #311774

Tints of Persian Indigo #311774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 26.06%
G = 12.23%
B = 61.7%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311774 (or 0x311774) is known color: Persian Indigo. HEX triplet: 31, 17 and 74. RGB value is (49,23,116). Sum of RGB (Red+Green+Blue) = 49+23+116=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #311774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311774 is #CEE88B. Grayscale: #292929. Windows color (decimal): -13559948 or 7608113. OLE color: 7608113.

HSL color Cylindrical-coordinate representation of color #311774: hue angle of 256.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311774 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 23 116 -
CMYK 0.58 0.80 0 0.55
HSL 256.77º 0.67% 0.27% -
HSV(B) 256.77º 0.8% 0.45% -
XYZ 4.73 2.53 16.76 -
YUV 41.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 49 23 116 0.58 0.80 0 0.55 256.77 0.67 0.27
Hex 31 17 74 3A 50 0 37 101 43 1B
Octal 61 27 164 72 120 0 67 401 103 33
Binary 110001 10111 1110100 111010 1010000 0 110111 100000001 1000011 11011

Color Harmonies of #311774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311774

Black with #311774

Text Example


Text Example

White with #311774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311774; }

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

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

background-color css

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

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

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

border-color css

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

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

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