Html Css Color HEX #311F90 Persian Indigo

📋 copy color: '#311F90'

red 49 ◦ green 31 ◦ blue 144

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

Shades of Persian Indigo #311F90

Tints of Persian Indigo #311F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

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

R = 21.88%
G = 13.84%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#311F90 (or 0x311F90) is known color: Persian Indigo. HEX triplet: 31, 1F and 90. RGB value is (49,31,144). Sum of RGB (Red+Green+Blue) = 49+31+144=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #311F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311F90 is #CEE06F. Grayscale: #303030. Windows color (decimal): -13557872 or 9445169. OLE color: 9445169.

HSL color Cylindrical-coordinate representation of color #311F90: hue angle of 249.56º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311F90 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 31 144 -
CMYK 0.66 0.78 0 0.44
HSL 249.56º 0.65% 0.34% -
HSV(B) 249.56º 0.78% 0.56% -
XYZ 6.79 3.65 26.73 -
YUV 49.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 49 31 144 0.66 0.78 0 0.44 249.56 0.65 0.34
Hex 31 1F 90 42 4E 0 2C FA 41 22
Octal 61 37 220 102 116 0 54 372 101 42
Binary 110001 11111 10010000 1000010 1001110 0 101100 11111010 1000001 100010

Color Harmonies of #311F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F90

Black with #311F90

Text Example


Text Example

White with #311F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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