Html Css Color HEX #311178 Persian Indigo

📋 copy color: '#311178'

red 49 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #311178

Tints of Persian Indigo #311178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 120 (47.27% from 255) = 64.52%

R = 26.34%
G = 9.14%
B = 64.52%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#311178 (or 0x311178) is known color: Persian Indigo. HEX triplet: 31, 11 and 78. RGB value is (49,17,120). Sum of RGB (Red+Green+Blue) = 49+17+120=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #311178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311178 is #CEEE87. Grayscale: #252525. Windows color (decimal): -13561480 or 7868721. OLE color: 7868721.

HSL color Cylindrical-coordinate representation of color #311178: hue angle of 258.64º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311178 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 17 120 -
CMYK 0.59 0.86 0 0.53
HSL 258.64º 0.75% 0.27% -
HSV(B) 258.64º 0.86% 0.47% -
XYZ 4.86 2.41 17.98 -
YUV 38.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 49 17 120 0.59 0.86 0 0.53 258.64 0.75 0.27
Hex 31 11 78 3B 56 0 35 103 4B 1B
Octal 61 21 170 73 126 0 65 403 113 33
Binary 110001 10001 1111000 111011 1010110 0 110101 100000011 1001011 11011

Color Harmonies of #311178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311178

Black with #311178

Text Example


Text Example

White with #311178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311178; }

 p { color: rgb(49,17,120); }

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

background-color css

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

 a { background-color: rgb(49,17,120); }

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

border-color css

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

 span { border-color: rgb(49,17,120); }

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