Html Css Color HEX #311587 Persian Indigo

📋 copy color: '#311587'

red 49 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #311587

Tints of Persian Indigo #311587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 23.9%
G = 10.24%
B = 65.85%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#311587 (or 0x311587) is known color: Persian Indigo. HEX triplet: 31, 15 and 87. RGB value is (49,21,135). Sum of RGB (Red+Green+Blue) = 49+21+135=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #311587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311587 is #CEEA78. Grayscale: #292929. Windows color (decimal): -13560441 or 8852785. OLE color: 8852785.

HSL color Cylindrical-coordinate representation of color #311587: hue angle of 254.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311587 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 21 135 -
CMYK 0.64 0.84 0 0.47
HSL 254.74º 0.73% 0.31% -
HSV(B) 254.74º 0.84% 0.53% -
XYZ 5.91 2.94 23.18 -
YUV 42.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 49 21 135 0.64 0.84 0 0.47 254.74 0.73 0.31
Hex 31 15 87 40 54 0 2F FF 49 1F
Octal 61 25 207 100 124 0 57 377 111 37
Binary 110001 10101 10000111 1000000 1010100 0 101111 11111111 1001001 11111

Color Harmonies of #311587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311587

Black with #311587

Text Example


Text Example

White with #311587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311587; }

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

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

background-color css

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

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

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

border-color css

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

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

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