Html Css Color HEX #311490 Persian Indigo

📋 copy color: '#311490'

red 49 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #311490

Tints of Persian Indigo #311490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 23%
G = 9.39%
B = 67.61%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#311490 (or 0x311490) is known color: Persian Indigo. HEX triplet: 31, 14 and 90. RGB value is (49,20,144). Sum of RGB (Red+Green+Blue) = 49+20+144=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #311490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311490 is #CEEB6F. Grayscale: #2A2A2A. Windows color (decimal): -13560688 or 9442353. OLE color: 9442353.

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

Color convert

RGB 49 20 144 -
CMYK 0.66 0.86 0 0.44
HSL 254.03º 0.76% 0.32% -
HSV(B) 254.03º 0.86% 0.56% -
XYZ 6.55 3.17 26.65 -
YUV 42.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 49 20 144 0.66 0.86 0 0.44 254.03 0.76 0.32
Hex 31 14 90 42 56 0 2C FE 4C 20
Octal 61 24 220 102 126 0 54 376 114 40
Binary 110001 10100 10010000 1000010 1010110 0 101100 11111110 1001100 100000

Color Harmonies of #311490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311490

Black with #311490

Text Example


Text Example

White with #311490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311490; }

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

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

background-color css

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

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

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

border-color css

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

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

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