Html Css Color HEX #31098E Persian Indigo

📋 copy color: '#31098E'

red 49 ◦ green 9 ◦ blue 142

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

Shades of Persian Indigo #31098E

Tints of Persian Indigo #31098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 142 (55.86% from 255) = 71%

R = 24.5%
G = 4.5%
B = 71%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31098E (or 0x31098E) is known color: Persian Indigo. HEX triplet: 31, 09 and 8E. RGB value is (49,9,142). Sum of RGB (Red+Green+Blue) = 49+9+142=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #31098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31098E is #CEF671. Grayscale: #232323. Windows color (decimal): -13563506 or 9308465. OLE color: 9308465.

HSL color Cylindrical-coordinate representation of color #31098E: hue angle of 258.05º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31098E is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 9 142 -
CMYK 0.65 0.94 0 0.44
HSL 258.05º 0.88% 0.3% -
HSV(B) 258.05º 0.94% 0.56% -
XYZ 6.25 2.8 25.8 -
YUV 36.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 49 9 142 0.65 0.94 0 0.44 258.05 0.88 0.3
Hex 31 9 8E 41 5E 0 2C 102 58 1E
Octal 61 11 216 101 136 0 54 402 130 36
Binary 110001 1001 10001110 1000001 1011110 0 101100 100000010 1011000 11110

Color Harmonies of #31098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31098E

Black with #31098E

Text Example


Text Example

White with #31098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31098E; }

 p { color: rgb(49,9,142); }

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

background-color css

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

 a { background-color: rgb(49,9,142); }

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

border-color css

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

 span { border-color: rgb(49,9,142); }

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