Html Css Color HEX #311F89 Persian Indigo

📋 copy color: '#311F89'

red 49 ◦ green 31 ◦ blue 137

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

Shades of Persian Indigo #311F89

Tints of Persian Indigo #311F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 22.58%
G = 14.29%
B = 63.13%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#311F89 (or 0x311F89) is known color: Persian Indigo. HEX triplet: 31, 1F and 89. RGB value is (49,31,137). Sum of RGB (Red+Green+Blue) = 49+31+137=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #311F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311F89 is #CEE076. Grayscale: #303030. Windows color (decimal): -13557879 or 8986417. OLE color: 8986417.

HSL color Cylindrical-coordinate representation of color #311F89: hue angle of 250.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311F89 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 31 137 -
CMYK 0.64 0.77 0 0.46
HSL 250.19º 0.63% 0.33% -
HSV(B) 250.19º 0.77% 0.54% -
XYZ 6.27 3.44 24 -
YUV 48.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 49 31 137 0.64 0.77 0 0.46 250.19 0.63 0.33
Hex 31 1F 89 40 4D 0 2E FA 3F 21
Octal 61 37 211 100 115 0 56 372 77 41
Binary 110001 11111 10001001 1000000 1001101 0 101110 11111010 111111 100001

Color Harmonies of #311F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F89

Black with #311F89

Text Example


Text Example

White with #311F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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