Html Css Color HEX #311780 Persian Indigo

📋 copy color: '#311780'

red 49 ◦ green 23 ◦ blue 128

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

Shades of Persian Indigo #311780

Tints of Persian Indigo #311780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 128 (50.39% from 255) = 64%

R = 24.5%
G = 11.5%
B = 64%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#311780 (or 0x311780) is known color: Persian Indigo. HEX triplet: 31, 17 and 80. RGB value is (49,23,128). Sum of RGB (Red+Green+Blue) = 49+23+128=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #311780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311780 is #CEE87F. Grayscale: #2A2A2A. Windows color (decimal): -13559936 or 8394545. OLE color: 8394545.

HSL color Cylindrical-coordinate representation of color #311780: hue angle of 254.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311780 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 23 128 -
CMYK 0.62 0.82 0 0.50
HSL 254.86º 0.7% 0.3% -
HSV(B) 254.86º 0.82% 0.5% -
XYZ 5.47 2.82 20.68 -
YUV 42.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 49 23 128 0.62 0.82 0 0.50 254.86 0.7 0.3
Hex 31 17 80 3E 52 0 32 FF 46 1E
Octal 61 27 200 76 122 0 62 377 106 36
Binary 110001 10111 10000000 111110 1010010 0 110010 11111111 1000110 11110

Color Harmonies of #311780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311780

Black with #311780

Text Example


Text Example

White with #311780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311780; }

 p { color: rgb(49,23,128); }

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

background-color css

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

 a { background-color: rgb(49,23,128); }

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

border-color css

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

 span { border-color: rgb(49,23,128); }

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