Html Css Color HEX #311095 Persian Indigo

📋 copy color: '#311095'

red 49 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #311095

Tints of Persian Indigo #311095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.63%

R = 22.9%
G = 7.48%
B = 69.63%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311095 (or 0x311095) is known color: Persian Indigo. HEX triplet: 31, 10 and 95. RGB value is (49,16,149). Sum of RGB (Red+Green+Blue) = 49+16+149=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #311095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311095 is #CEEF6A. Grayscale: #282828. Windows color (decimal): -13561707 or 9769009. OLE color: 9769009.

HSL color Cylindrical-coordinate representation of color #311095: hue angle of 254.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311095 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 16 149 -
CMYK 0.67 0.89 0 0.42
HSL 254.89º 0.81% 0.32% -
HSV(B) 254.89º 0.89% 0.58% -
XYZ 6.88 3.19 28.69 -
YUV 41.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 49 16 149 0.67 0.89 0 0.42 254.89 0.81 0.32
Hex 31 10 95 43 59 0 2A FF 51 20
Octal 61 20 225 103 131 0 52 377 121 40
Binary 110001 10000 10010101 1000011 1011001 0 101010 11111111 1010001 100000

Color Harmonies of #311095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311095

Black with #311095

Text Example


Text Example

White with #311095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311095; }

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

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

background-color css

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

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

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

border-color css

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

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

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