#310B6A

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

Shades of Persian Indigo #310B6A

Tints of Persian Indigo #310B6A

Color information

#310B6A (or 0x310B6A) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 6A. RGB value is (49,11,106). Sum of RGB (Red+Green+Blue) = 49+11+106=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #310B6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B6A is #CEF495. Grayscale: #202020. Windows color (decimal): -13563030 or 6949681. OLE color: 6949681.

HSL color Cylindrical-coordinate representation of color #310B6A: hue angle of 264º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310B6A is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4911106-
CMYK0.540.9000.58
HSL264º81.2%22.94%-
HSV(B)264º89.62%41.57%-
XYZ3.991.9313.8-
YUV33.19169.09139.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=29.52%
G=6.63%
B=63.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49111060.540.9000.5826481.222.94
Hex31B6A365A03A1085117
Octal61131526613207241012127
Binary1100011011110101011011010110100111010100001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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