Html Css Color HEX #311D85 Persian Indigo

📋 copy color: '#311D85'

red 49 ◦ green 29 ◦ blue 133

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

Shades of Persian Indigo #311D85

Tints of Persian Indigo #311D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 23.22%
G = 13.74%
B = 63.03%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311D85 (or 0x311D85) is known color: Persian Indigo. HEX triplet: 31, 1D and 85. RGB value is (49,29,133). Sum of RGB (Red+Green+Blue) = 49+29+133=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #311D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D85 is #CEE27A. Grayscale: #2E2E2E. Windows color (decimal): -13558395 or 8723761. OLE color: 8723761.

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

Color convert

RGB 49 29 133 -
CMYK 0.63 0.78 0 0.48
HSL 251.54º 0.64% 0.32% -
HSV(B) 251.54º 0.78% 0.52% -
XYZ 5.94 3.23 22.5 -
YUV 46.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 49 29 133 0.63 0.78 0 0.48 251.54 0.64 0.32
Hex 31 1D 85 3F 4E 0 30 FC 40 20
Octal 61 35 205 77 116 0 60 374 100 40
Binary 110001 11101 10000101 111111 1001110 0 110000 11111100 1000000 100000

Color Harmonies of #311D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D85

Black with #311D85

Text Example


Text Example

White with #311D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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