#310B7A

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

Shades of Persian Indigo #310B7A

Tints of Persian Indigo #310B7A

Color information

#310B7A (or 0x310B7A) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 7A. RGB value is (49,11,122). Sum of RGB (Red+Green+Blue) = 49+11+122=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #310B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B7A is #CEF485. Grayscale: #222222. Windows color (decimal): -13563014 or 7998257. OLE color: 7998257.

HSL color Cylindrical-coordinate representation of color #310B7A: hue angle of 260.54º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310B7A is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4911122-
CMYK0.600.9100.52
HSL260.54º83.46%26.08%-
HSV(B)260.54º90.98%47.84%-
XYZ4.92.318.6-
YUV35.02177.09137.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=26.92%
G=6.04%
B=67.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49111220.600.9100.52260.5483.4626.08
Hex31B7A3C5B034105531a
Octal61131727413306440512332
Binary1100011011111101011110010110110110100100000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,11,122); }

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

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

 a { background-color: rgb(49,11,122); }

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

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

 span { border-color: rgb(49,11,122); }

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