#310580

Color #310580 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #310580

Tints of Persian Indigo #310580

Color information

#310580 (or 0x310580) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 80. RGB value is (49,5,128). Sum of RGB (Red+Green+Blue) = 49+5+128=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #310580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310580 is #CEFA7F. Grayscale: #1F1F1F. Windows color (decimal): -13564544 or 8389937. OLE color: 8389937.

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

Color convert

RGB495128-
CMYK0.620.9600.50
HSL261.46º92.48%26.08%-
HSV(B)261.46º96.09%50.2%-
XYZ5.222.3220.59-
YUV32.18182.08140-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 128 (50.39% from 255) = 70.33%
R=26.92%
G=2.75%
B=70.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4951280.620.9600.50261.4692.4826.08
Hex315803E600321055c1a
Octal6152007614006240513432
Binary1100011011000000011111011000000110010100000101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310580; }

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

 H1.HeaderClassName
 {
   color: #310580;
 }
 .AnyTagClassName
 {
   color: #310580;
 }
</style>
background-color css

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

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

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

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

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

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