Html Css Color HEX #311690 Persian Indigo

📋 copy color: '#311690'

red 49 ◦ green 22 ◦ blue 144

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

Shades of Persian Indigo #311690

Tints of Persian Indigo #311690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 22.79%
G = 10.23%
B = 66.98%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#311690 (or 0x311690) is known color: Persian Indigo. HEX triplet: 31, 16 and 90. RGB value is (49,22,144). Sum of RGB (Red+Green+Blue) = 49+22+144=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #311690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311690 is #CEE96F. Grayscale: #2B2B2B. Windows color (decimal): -13560176 or 9442865. OLE color: 9442865.

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

Color convert

RGB 49 22 144 -
CMYK 0.66 0.85 0 0.44
HSL 253.28º 0.73% 0.33% -
HSV(B) 253.28º 0.85% 0.56% -
XYZ 6.59 3.24 26.66 -
YUV 43.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 49 22 144 0.66 0.85 0 0.44 253.28 0.73 0.33
Hex 31 16 90 42 55 0 2C FD 49 21
Octal 61 26 220 102 125 0 54 375 111 41
Binary 110001 10110 10010000 1000010 1010101 0 101100 11111101 1001001 100001

Color Harmonies of #311690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311690

Black with #311690

Text Example


Text Example

White with #311690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311690; }

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

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

background-color css

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

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

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

border-color css

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

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

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