Html Css Color HEX #311185 Persian Indigo

📋 copy color: '#311185'

red 49 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #311185

Tints of Persian Indigo #311185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.54%

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

R = 24.62%
G = 8.54%
B = 66.83%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311185 (or 0x311185) is known color: Persian Indigo. HEX triplet: 31, 11 and 85. RGB value is (49,17,133). Sum of RGB (Red+Green+Blue) = 49+17+133=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #311185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311185 is #CEEE7A. Grayscale: #272727. Windows color (decimal): -13561467 or 8720689. OLE color: 8720689.

HSL color Cylindrical-coordinate representation of color #311185: hue angle of 256.55º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311185 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 17 133 -
CMYK 0.63 0.87 0 0.48
HSL 256.55º 0.77% 0.29% -
HSV(B) 256.55º 0.87% 0.52% -
XYZ 5.7 2.75 22.42 -
YUV 39.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 49 17 133 0.63 0.87 0 0.48 256.55 0.77 0.29
Hex 31 11 85 3F 57 0 30 101 4D 1D
Octal 61 21 205 77 127 0 60 401 115 35
Binary 110001 10001 10000101 111111 1010111 0 110000 100000001 1001101 11101

Color Harmonies of #311185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311185

Black with #311185

Text Example


Text Example

White with #311185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311185; }

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

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

background-color css

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

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

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

border-color css

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

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

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