Html Css Color HEX #31118C Persian Indigo

📋 copy color: '#31118C'

red 49 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #31118C

Tints of Persian Indigo #31118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.96%

R = 23.79%
G = 8.25%
B = 67.96%

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

#31118C (or 0x31118C) is known color: Persian Indigo. HEX triplet: 31, 11 and 8C. RGB value is (49,17,140). Sum of RGB (Red+Green+Blue) = 49+17+140=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #31118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31118C is #CEEE73. Grayscale: #282828. Windows color (decimal): -13561460 or 9179441. OLE color: 9179441.

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

Color convert

RGB 49 17 140 -
CMYK 0.65 0.88 0 0.45
HSL 255.61º 0.78% 0.31% -
HSV(B) 255.61º 0.88% 0.55% -
XYZ 6.2 2.95 25.05 -
YUV 40.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 49 17 140 0.65 0.88 0 0.45 255.61 0.78 0.31
Hex 31 11 8C 41 58 0 2D 100 4E 1F
Octal 61 21 214 101 130 0 55 400 116 37
Binary 110001 10001 10001100 1000001 1011000 0 101101 100000000 1001110 11111

Color Harmonies of #31118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31118C

Black with #31118C

Text Example


Text Example

White with #31118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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