Html Css Color HEX #311585 Persian Indigo

📋 copy color: '#311585'

red 49 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #311585

Tints of Persian Indigo #311585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 24.14%
G = 10.34%
B = 65.52%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311585 (or 0x311585) is known color: Persian Indigo. HEX triplet: 31, 15 and 85. RGB value is (49,21,133). Sum of RGB (Red+Green+Blue) = 49+21+133=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #311585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311585 is #CEEA7A. Grayscale: #292929. Windows color (decimal): -13560443 or 8721713. OLE color: 8721713.

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

Color convert

RGB 49 21 133 -
CMYK 0.63 0.84 0 0.48
HSL 255º 0.73% 0.3% -
HSV(B) 255º 0.84% 0.52% -
XYZ 5.77 2.88 22.44 -
YUV 42.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 49 21 133 0.63 0.84 0 0.48 255 0.73 0.3
Hex 31 15 85 3F 54 0 30 FF 49 1E
Octal 61 25 205 77 124 0 60 377 111 36
Binary 110001 10101 10000101 111111 1010100 0 110000 11111111 1001001 11110

Color Harmonies of #311585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311585

Black with #311585

Text Example


Text Example

White with #311585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311585; }

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

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

background-color css

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

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

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

border-color css

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

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

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