Html Css Color HEX #310080 Persian Indigo

📋 copy color: '#310080'

red 49 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #310080

Tints of Persian Indigo #310080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.68%
G = 0%
B = 72.32%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#310080 (or 0x310080) is known color: Persian Indigo. HEX triplet: 31, 00 and 80. RGB value is (49,0,128). Sum of RGB (Red+Green+Blue) = 49+0+128=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #310080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310080 is #CEFF7F. Grayscale: #1C1C1C. Windows color (decimal): -13565824 or 8388657. OLE color: 8388657.

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

Color convert

RGB 49 0 128 -
CMYK 0.62 1 0 0.50
HSL 262.97º 1% 0.25% -
HSV(B) 262.97º 1% 0.5% -
XYZ 5.16 2.21 20.58 -
YUV 29.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 49 0 128 0.62 1 0 0.50 262.97 1 0.25
Hex 31 0 80 3E 64 0 32 107 64 19
Octal 61 0 200 76 144 0 62 407 144 31
Binary 110001 0 10000000 111110 1100100 0 110010 100000111 1100100 11001

Color Harmonies of #310080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310080

Black with #310080

Text Example


Text Example

White with #310080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310080; }

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

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

background-color css

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

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

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

border-color css

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

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

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