Html Css Color HEX #31118D Persian Indigo

📋 copy color: '#31118D'

red 49 ◦ green 17 ◦ blue 141

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

Shades of Persian Indigo #31118D

Tints of Persian Indigo #31118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.12%

R = 23.67%
G = 8.21%
B = 68.12%

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

#31118D (or 0x31118D) is known color: Persian Indigo. HEX triplet: 31, 11 and 8D. RGB value is (49,17,141). Sum of RGB (Red+Green+Blue) = 49+17+141=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #31118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31118D is #CEEE72. Grayscale: #282828. Windows color (decimal): -13561459 or 9244977. OLE color: 9244977.

HSL color Cylindrical-coordinate representation of color #31118D: hue angle of 255.48º 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 #31118D is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 17 141 -
CMYK 0.65 0.88 0 0.45
HSL 255.48º 0.78% 0.31% -
HSV(B) 255.48º 0.88% 0.55% -
XYZ 6.27 2.98 25.44 -
YUV 40.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 49 17 141 0.65 0.88 0 0.45 255.48 0.78 0.31
Hex 31 11 8D 41 58 0 2D FF 4E 1F
Octal 61 21 215 101 130 0 55 377 116 37
Binary 110001 10001 10001101 1000001 1011000 0 101101 11111111 1001110 11111

Color Harmonies of #31118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31118D

Black with #31118D

Text Example


Text Example

White with #31118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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