Html Css Color HEX #311168 Persian Indigo

📋 copy color: '#311168'

red 49 ◦ green 17 ◦ blue 104

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

Shades of Persian Indigo #311168

Tints of Persian Indigo #311168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 28.82%
G = 10%
B = 61.18%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#311168 (or 0x311168) is known color: Persian Indigo. HEX triplet: 31, 11 and 68. RGB value is (49,17,104). Sum of RGB (Red+Green+Blue) = 49+17+104=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #311168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311168 is #CEEE97. Grayscale: #242424. Windows color (decimal): -13561496 or 6820145. OLE color: 6820145.

HSL color Cylindrical-coordinate representation of color #311168: hue angle of 262.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311168 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 17 104 -
CMYK 0.53 0.84 0 0.59
HSL 262.07º 0.72% 0.24% -
HSV(B) 262.07º 0.84% 0.41% -
XYZ 3.97 2.05 13.28 -
YUV 36.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 49 17 104 0.53 0.84 0 0.59 262.07 0.72 0.24
Hex 31 11 68 35 54 0 3B 106 48 18
Octal 61 21 150 65 124 0 73 406 110 30
Binary 110001 10001 1101000 110101 1010100 0 111011 100000110 1001000 11000

Color Harmonies of #311168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311168

Black with #311168

Text Example


Text Example

White with #311168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311168; }

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

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

background-color css

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

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

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

border-color css

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

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

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