Html Css Color HEX #311C89 Persian Indigo

📋 copy color: '#311C89'

red 49 ◦ green 28 ◦ blue 137

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

Shades of Persian Indigo #311C89

Tints of Persian Indigo #311C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

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

R = 22.9%
G = 13.08%
B = 64.02%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#311C89 (or 0x311C89) is known color: Persian Indigo. HEX triplet: 31, 1C and 89. RGB value is (49,28,137). Sum of RGB (Red+Green+Blue) = 49+28+137=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #311C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C89 is #CEE376. Grayscale: #2E2E2E. Windows color (decimal): -13558647 or 8985649. OLE color: 8985649.

HSL color Cylindrical-coordinate representation of color #311C89: hue angle of 251.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311C89 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 28 137 -
CMYK 0.64 0.80 0 0.46
HSL 251.56º 0.66% 0.32% -
HSV(B) 251.56º 0.8% 0.54% -
XYZ 6.2 3.29 23.98 -
YUV 46.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 49 28 137 0.64 0.80 0 0.46 251.56 0.66 0.32
Hex 31 1C 89 40 50 0 2E FC 42 20
Octal 61 34 211 100 120 0 56 374 102 40
Binary 110001 11100 10001001 1000000 1010000 0 101110 11111100 1000010 100000

Color Harmonies of #311C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C89

Black with #311C89

Text Example


Text Example

White with #311C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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