#310A9B

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

Shades of Persian Indigo #310A9B

Tints of Persian Indigo #310A9B

Color information

#310A9B (or 0x310A9B) is unknown color: approx Persian Indigo. HEX triplet: 31, 0A and 9B. RGB value is (49,10,155). Sum of RGB (Red+Green+Blue) = 49+10+155=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #310A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310A9B is #CEF564. Grayscale: #252525. Windows color (decimal): -13563237 or 10160689. OLE color: 10160689.

HSL color Cylindrical-coordinate representation of color #310A9B: hue angle of 256.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310A9B is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4910155-
CMYK0.680.9400.39
HSL256.14º87.88%32.35%-
HSV(B)256.14º93.55%60.78%-
XYZ7.293.2431.25-
YUV38.19193.92135.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 155 (60.94% from 255) = 72.43%
R=22.90%
G=4.67%
B=72.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49101550.680.9400.39256.1487.8832.35
Hex31A9B445E0271005820
Octal611223310413604740013040
Binary1100011010100110111000100101111001001111000000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A9B; }

 p { color: rgb(49,10,155); }

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

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

 a { background-color: rgb(49,10,155); }

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

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

 span { border-color: rgb(49,10,155); }

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