Html Css Color HEX #31198C Persian Indigo

📋 copy color: '#31198C'

red 49 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #31198C

Tints of Persian Indigo #31198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 22.9%
G = 11.68%
B = 65.42%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31198C (or 0x31198C) is known color: Persian Indigo. HEX triplet: 31, 19 and 8C. RGB value is (49,25,140). Sum of RGB (Red+Green+Blue) = 49+25+140=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #31198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31198C is #CEE673. Grayscale: #2C2C2C. Windows color (decimal): -13559412 or 9181489. OLE color: 9181489.

HSL color Cylindrical-coordinate representation of color #31198C: hue angle of 252.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31198C is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 25 140 -
CMYK 0.65 0.82 0 0.45
HSL 252.52º 0.7% 0.32% -
HSV(B) 252.52º 0.82% 0.55% -
XYZ 6.35 3.24 25.1 -
YUV 45.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 49 25 140 0.65 0.82 0 0.45 252.52 0.7 0.32
Hex 31 19 8C 41 52 0 2D FD 46 20
Octal 61 31 214 101 122 0 55 375 106 40
Binary 110001 11001 10001100 1000001 1010010 0 101101 11111101 1000110 100000

Color Harmonies of #31198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31198C

Black with #31198C

Text Example


Text Example

White with #31198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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