Html Css Color HEX #311773 Persian Indigo

📋 copy color: '#311773'

red 49 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #311773

Tints of Persian Indigo #311773

RGB

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

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

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

R = 26.2%
G = 12.3%
B = 61.5%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311773 (or 0x311773) is known color: Persian Indigo. HEX triplet: 31, 17 and 73. RGB value is (49,23,115). Sum of RGB (Red+Green+Blue) = 49+23+115=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #311773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311773 is #CEE88C. Grayscale: #282828. Windows color (decimal): -13559949 or 7542577. OLE color: 7542577.

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

Color convert

RGB 49 23 115 -
CMYK 0.57 0.80 0 0.55
HSL 256.96º 0.67% 0.27% -
HSV(B) 256.96º 0.8% 0.45% -
XYZ 4.67 2.5 16.46 -
YUV 41.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 49 23 115 0.57 0.80 0 0.55 256.96 0.67 0.27
Hex 31 17 73 39 50 0 37 101 43 1B
Octal 61 27 163 71 120 0 67 401 103 33
Binary 110001 10111 1110011 111001 1010000 0 110111 100000001 1000011 11011

Color Harmonies of #311773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311773

Black with #311773

Text Example


Text Example

White with #311773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311773; }

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

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

background-color css

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

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

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

border-color css

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

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

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