Html Css Color HEX #31109F Persian Indigo

📋 copy color: '#31109F'

red 49 ◦ green 16 ◦ blue 159

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

Shades of Persian Indigo #31109F

Tints of Persian Indigo #31109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 21.88%
G = 7.14%
B = 70.98%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31109F (or 0x31109F) is known color: Persian Indigo. HEX triplet: 31, 10 and 9F. RGB value is (49,16,159). Sum of RGB (Red+Green+Blue) = 49+16+159=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #31109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31109F is #CEEF60. Grayscale: #292929. Windows color (decimal): -13561697 or 10424369. OLE color: 10424369.

HSL color Cylindrical-coordinate representation of color #31109F: hue angle of 253.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31109F is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 16 159 -
CMYK 0.69 0.90 0 0.38
HSL 253.85º 0.82% 0.34% -
HSV(B) 253.85º 0.9% 0.62% -
XYZ 7.71 3.53 33.08 -
YUV 42.17 193.93 132.87 -
System Red Green Blue C M Y K H S L
Decimal 49 16 159 0.69 0.90 0 0.38 253.85 0.82 0.34
Hex 31 10 9F 45 5A 0 26 FE 52 22
Octal 61 20 237 105 132 0 46 376 122 42
Binary 110001 10000 10011111 1000101 1011010 0 100110 11111110 1010010 100010

Color Harmonies of #31109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31109F

Black with #31109F

Text Example


Text Example

White with #31109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31109F; }

 p { color: rgb(49,16,159); }

 H1.HeaderClassName
 {
   color: #31109F;
 }
 .AnyTagClassName
 {
   color: #31109F;
 }
</style>

background-color css

<style>
 a { background-color: #31109F; }

 a { background-color: rgb(49,16,159); }

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

border-color css

<style>
 span { border-color: #31109F; }

 span { border-color: rgb(49,16,159); }

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