Html Css Color HEX #311190 Persian Indigo

📋 copy color: '#311190'

red 49 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #311190

Tints of Persian Indigo #311190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 23.33%
G = 8.1%
B = 68.57%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#311190 (or 0x311190) is known color: Persian Indigo. HEX triplet: 31, 11 and 90. RGB value is (49,17,144). Sum of RGB (Red+Green+Blue) = 49+17+144=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #311190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311190 is #CEEE6F. Grayscale: #282828. Windows color (decimal): -13561456 or 9441585. OLE color: 9441585.

HSL color Cylindrical-coordinate representation of color #311190: hue angle of 255.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311190 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 17 144 -
CMYK 0.66 0.88 0 0.44
HSL 255.12º 0.79% 0.32% -
HSV(B) 255.12º 0.88% 0.56% -
XYZ 6.5 3.07 26.64 -
YUV 41.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 49 17 144 0.66 0.88 0 0.44 255.12 0.79 0.32
Hex 31 11 90 42 58 0 2C FF 4F 20
Octal 61 21 220 102 130 0 54 377 117 40
Binary 110001 10001 10010000 1000010 1011000 0 101100 11111111 1001111 100000

Color Harmonies of #311190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311190

Black with #311190

Text Example


Text Example

White with #311190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311190; }

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

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

background-color css

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

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

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

border-color css

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

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

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