#310B73

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

Shades of Persian Indigo #310B73

Tints of Persian Indigo #310B73

Color information

#310B73 (or 0x310B73) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 73. RGB value is (49,11,115). Sum of RGB (Red+Green+Blue) = 49+11+115=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #310B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B73 is #CEF48C. Grayscale: #212121. Windows color (decimal): -13563021 or 7539505. OLE color: 7539505.

HSL color Cylindrical-coordinate representation of color #310B73: hue angle of 261.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310B73 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4911115-
CMYK0.570.9000.55
HSL261.92º82.54%24.71%-
HSV(B)261.92º90.43%45.1%-
XYZ4.482.1316.39-
YUV34.22173.59138.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=28%
G=6.29%
B=65.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49111150.570.9000.55261.9282.5424.71
Hex31B73395A0371065319
Octal61131637113206740612331
Binary1100011011111001111100110110100110111100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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