Html Css Color HEX #311376 Persian Indigo

📋 copy color: '#311376'

red 49 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #311376

Tints of Persian Indigo #311376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 26.34%
G = 10.22%
B = 63.44%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311376 (or 0x311376) is known color: Persian Indigo. HEX triplet: 31, 13 and 76. RGB value is (49,19,118). Sum of RGB (Red+Green+Blue) = 49+19+118=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #311376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311376 is #CEEC89. Grayscale: #262626. Windows color (decimal): -13560970 or 7738161. OLE color: 7738161.

HSL color Cylindrical-coordinate representation of color #311376: hue angle of 258.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311376 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 19 118 -
CMYK 0.58 0.84 0 0.54
HSL 258.18º 0.72% 0.27% -
HSV(B) 258.18º 0.84% 0.46% -
XYZ 4.77 2.43 17.36 -
YUV 39.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 49 19 118 0.58 0.84 0 0.54 258.18 0.72 0.27
Hex 31 13 76 3A 54 0 36 102 48 1B
Octal 61 23 166 72 124 0 66 402 110 33
Binary 110001 10011 1110110 111010 1010100 0 110110 100000010 1001000 11011

Color Harmonies of #311376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311376

Black with #311376

Text Example


Text Example

White with #311376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311376; }

 p { color: rgb(49,19,118); }

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

background-color css

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

 a { background-color: rgb(49,19,118); }

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

border-color css

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

 span { border-color: rgb(49,19,118); }

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