#310782

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

Shades of Persian Indigo #310782

Tints of Persian Indigo #310782

Color information

#310782 (or 0x310782) is unknown color: approx Persian Indigo. HEX triplet: 31, 07 and 82. RGB value is (49,7,130). Sum of RGB (Red+Green+Blue) = 49+7+130=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #310782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310782 is #CEF87D. Grayscale: #212121. Windows color (decimal): -13564030 or 8521521. OLE color: 8521521.

HSL color Cylindrical-coordinate representation of color #310782: hue angle of 260.49º 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 #310782 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB497130-
CMYK0.620.9500.49
HSL260.49º89.78%26.86%-
HSV(B)260.49º94.62%50.98%-
XYZ5.372.4221.3-
YUV33.58182.41139-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=26.34%
G=3.76%
B=69.89%

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
Decimal4971300.620.9500.49260.4989.7826.86
Hex317823E5F0311045a1b
Octal6172027613706140413233
Binary1100011111000001011111010111110110001100000100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310782; }

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

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

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

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

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

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

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

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