Html Css Color HEX #311B84 Persian Indigo

📋 copy color: '#311B84'

red 49 ◦ green 27 ◦ blue 132

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

Shades of Persian Indigo #311B84

Tints of Persian Indigo #311B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 23.56%
G = 12.98%
B = 63.46%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311B84 (or 0x311B84) is known color: Persian Indigo. HEX triplet: 31, 1B and 84. RGB value is (49,27,132). Sum of RGB (Red+Green+Blue) = 49+27+132=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #311B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311B84 is #CEE47B. Grayscale: #2D2D2D. Windows color (decimal): -13558908 or 8657713. OLE color: 8657713.

HSL color Cylindrical-coordinate representation of color #311B84: hue angle of 252.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311B84 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 27 132 -
CMYK 0.63 0.80 0 0.48
HSL 252.57º 0.66% 0.31% -
HSV(B) 252.57º 0.8% 0.52% -
XYZ 5.82 3.1 22.12 -
YUV 45.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 49 27 132 0.63 0.80 0 0.48 252.57 0.66 0.31
Hex 31 1B 84 3F 50 0 30 FD 42 1F
Octal 61 33 204 77 120 0 60 375 102 37
Binary 110001 11011 10000100 111111 1010000 0 110000 11111101 1000010 11111

Color Harmonies of #311B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B84

Black with #311B84

Text Example


Text Example

White with #311B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,132); }

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

background-color css

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

 a { background-color: rgb(49,27,132); }

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

border-color css

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

 span { border-color: rgb(49,27,132); }

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