Html Css Color HEX #311D83 Persian Indigo

📋 copy color: '#311D83'

red 49 ◦ green 29 ◦ blue 131

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

Shades of Persian Indigo #311D83

Tints of Persian Indigo #311D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 131 (51.56% from 255) = 62.68%

R = 23.44%
G = 13.88%
B = 62.68%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#311D83 (or 0x311D83) is known color: Persian Indigo. HEX triplet: 31, 1D and 83. RGB value is (49,29,131). Sum of RGB (Red+Green+Blue) = 49+29+131=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #311D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D83 is #CEE27C. Grayscale: #2E2E2E. Windows color (decimal): -13558397 or 8592689. OLE color: 8592689.

HSL color Cylindrical-coordinate representation of color #311D83: hue angle of 251.76º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311D83 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 29 131 -
CMYK 0.63 0.78 0 0.49
HSL 251.76º 0.64% 0.31% -
HSV(B) 251.76º 0.78% 0.51% -
XYZ 5.8 3.17 21.78 -
YUV 46.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 49 29 131 0.63 0.78 0 0.49 251.76 0.64 0.31
Hex 31 1D 83 3F 4E 0 31 FC 40 1F
Octal 61 35 203 77 116 0 61 374 100 37
Binary 110001 11101 10000011 111111 1001110 0 110001 11111100 1000000 11111

Color Harmonies of #311D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D83

Black with #311D83

Text Example


Text Example

White with #311D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,131); }

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

background-color css

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

 a { background-color: rgb(49,29,131); }

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

border-color css

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

 span { border-color: rgb(49,29,131); }

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