Html Css Color HEX #31118B Persian Indigo

📋 copy color: '#31118B'

red 49 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #31118B

Tints of Persian Indigo #31118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 23.9%
G = 8.29%
B = 67.8%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31118B (or 0x31118B) is known color: Persian Indigo. HEX triplet: 31, 11 and 8B. RGB value is (49,17,139). Sum of RGB (Red+Green+Blue) = 49+17+139=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #31118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31118B is #CEEE74. Grayscale: #282828. Windows color (decimal): -13561461 or 9113905. OLE color: 9113905.

HSL color Cylindrical-coordinate representation of color #31118B: hue angle of 255.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31118B is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 17 139 -
CMYK 0.65 0.88 0 0.45
HSL 255.74º 0.78% 0.31% -
HSV(B) 255.74º 0.88% 0.55% -
XYZ 6.13 2.92 24.67 -
YUV 40.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 49 17 139 0.65 0.88 0 0.45 255.74 0.78 0.31
Hex 31 11 8B 41 58 0 2D 100 4E 1F
Octal 61 21 213 101 130 0 55 400 116 37
Binary 110001 10001 10001011 1000001 1011000 0 101101 100000000 1001110 11111

Color Harmonies of #31118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31118B

Black with #31118B

Text Example


Text Example

White with #31118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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