Html Css Color HEX #311374 Persian Indigo

📋 copy color: '#311374'

red 49 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #311374

Tints of Persian Indigo #311374

RGB

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

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

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

R = 26.63%
G = 10.33%
B = 63.04%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311374 (or 0x311374) is known color: Persian Indigo. HEX triplet: 31, 13 and 74. RGB value is (49,19,116). Sum of RGB (Red+Green+Blue) = 49+19+116=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #311374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311374 is #CEEC8B. Grayscale: #262626. Windows color (decimal): -13560972 or 7607089. OLE color: 7607089.

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

Color convert

RGB 49 19 116 -
CMYK 0.58 0.84 0 0.55
HSL 258.56º 0.72% 0.26% -
HSV(B) 258.56º 0.84% 0.45% -
XYZ 4.65 2.38 16.74 -
YUV 39.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 49 19 116 0.58 0.84 0 0.55 258.56 0.72 0.26
Hex 31 13 74 3A 54 0 37 103 48 1A
Octal 61 23 164 72 124 0 67 403 110 32
Binary 110001 10011 1110100 111010 1010100 0 110111 100000011 1001000 11010

Color Harmonies of #311374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311374

Black with #311374

Text Example


Text Example

White with #311374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311374; }

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

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

background-color css

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

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

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

border-color css

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

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

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