Html Css Color HEX #311C86 Persian Indigo

📋 copy color: '#311C86'

red 49 ◦ green 28 ◦ blue 134

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

Shades of Persian Indigo #311C86

Tints of Persian Indigo #311C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 23.22%
G = 13.27%
B = 63.51%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#311C86 (or 0x311C86) is known color: Persian Indigo. HEX triplet: 31, 1C and 86. RGB value is (49,28,134). Sum of RGB (Red+Green+Blue) = 49+28+134=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #311C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C86 is #CEE379. Grayscale: #2D2D2D. Windows color (decimal): -13558650 or 8789041. OLE color: 8789041.

HSL color Cylindrical-coordinate representation of color #311C86: hue angle of 251.89º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311C86 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 28 134 -
CMYK 0.63 0.79 0 0.47
HSL 251.89º 0.65% 0.32% -
HSV(B) 251.89º 0.79% 0.53% -
XYZ 5.98 3.2 22.86 -
YUV 46.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 49 28 134 0.63 0.79 0 0.47 251.89 0.65 0.32
Hex 31 1C 86 3F 4F 0 2F FC 41 20
Octal 61 34 206 77 117 0 57 374 101 40
Binary 110001 11100 10000110 111111 1001111 0 101111 11111100 1000001 100000

Color Harmonies of #311C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C86

Black with #311C86

Text Example


Text Example

White with #311C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C86; }

 p { color: rgb(49,28,134); }

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

background-color css

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

 a { background-color: rgb(49,28,134); }

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

border-color css

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

 span { border-color: rgb(49,28,134); }

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