Html Css Color HEX #312080 Persian Indigo

📋 copy color: '#312080'

red 49 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #312080

Tints of Persian Indigo #312080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 23.44%
G = 15.31%
B = 61.24%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#312080 (or 0x312080) is known color: Persian Indigo. HEX triplet: 31, 20 and 80. RGB value is (49,32,128). Sum of RGB (Red+Green+Blue) = 49+32+128=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #312080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312080 is #CEDF7F. Grayscale: #2F2F2F. Windows color (decimal): -13557632 or 8396849. OLE color: 8396849.

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

Color convert

RGB 49 32 128 -
CMYK 0.62 0.75 0 0.50
HSL 250.63º 0.6% 0.31% -
HSV(B) 250.63º 0.75% 0.5% -
XYZ 5.68 3.24 20.75 -
YUV 48.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 49 32 128 0.62 0.75 0 0.50 250.63 0.6 0.31
Hex 31 20 80 3E 4B 0 32 FB 3C 1F
Octal 61 40 200 76 113 0 62 373 74 37
Binary 110001 100000 10000000 111110 1001011 0 110010 11111011 111100 11111

Color Harmonies of #312080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312080

Black with #312080

Text Example


Text Example

White with #312080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312080; }

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

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

background-color css

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

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

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

border-color css

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

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

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