#310781

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

Shades of Persian Indigo #310781

Tints of Persian Indigo #310781

Color information

#310781 (or 0x310781) is unknown color: approx Persian Indigo. HEX triplet: 31, 07 and 81. RGB value is (49,7,129). Sum of RGB (Red+Green+Blue) = 49+7+129=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #310781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310781 is #CEF87E. Grayscale: #212121. Windows color (decimal): -13564031 or 8455985. OLE color: 8455985.

HSL color Cylindrical-coordinate representation of color #310781: hue angle of 260.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310781 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB497129-
CMYK0.620.9500.49
HSL260.66º89.71%26.67%-
HSV(B)260.66º94.57%50.59%-
XYZ5.312.3920.95-
YUV33.47181.91139.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 129 (50.78% from 255) = 69.73%
R=26.49%
G=3.78%
B=69.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4971290.620.9500.49260.6689.7126.67
Hex317813E5F0311055a1b
Octal6172017613706140513233
Binary1100011111000000111111010111110110001100000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310781; }

 p { color: rgb(49,7,129); }

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

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

 a { background-color: rgb(49,7,129); }

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

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

 span { border-color: rgb(49,7,129); }

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