Html Css Color HEX #311580 Persian Indigo

📋 copy color: '#311580'

red 49 ◦ green 21 ◦ blue 128

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

Shades of Persian Indigo #311580

Tints of Persian Indigo #311580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 24.75%
G = 10.61%
B = 64.65%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#311580 (or 0x311580) is known color: Persian Indigo. HEX triplet: 31, 15 and 80. RGB value is (49,21,128). Sum of RGB (Red+Green+Blue) = 49+21+128=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #311580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311580 is #CEEA7F. Grayscale: #292929. Windows color (decimal): -13560448 or 8394033. OLE color: 8394033.

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

Color convert

RGB 49 21 128 -
CMYK 0.62 0.84 0 0.50
HSL 255.7º 0.72% 0.29% -
HSV(B) 255.7º 0.84% 0.5% -
XYZ 5.43 2.75 20.67 -
YUV 41.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 49 21 128 0.62 0.84 0 0.50 255.7 0.72 0.29
Hex 31 15 80 3E 54 0 32 100 48 1D
Octal 61 25 200 76 124 0 62 400 110 35
Binary 110001 10101 10000000 111110 1010100 0 110010 100000000 1001000 11101

Color Harmonies of #311580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311580

Black with #311580

Text Example


Text Example

White with #311580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311580; }

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

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

background-color css

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

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

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

border-color css

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

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

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