#310B72

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

Shades of Persian Indigo #310B72

Tints of Persian Indigo #310B72

Color information

#310B72 (or 0x310B72) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 72. RGB value is (49,11,114). Sum of RGB (Red+Green+Blue) = 49+11+114=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #310B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B72 is #CEF48D. Grayscale: #212121. Windows color (decimal): -13563022 or 7473969. OLE color: 7473969.

HSL color Cylindrical-coordinate representation of color #310B72: hue angle of 262.14º degrees, saturation: 0.82, 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 #310B72 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4911114-
CMYK0.570.9000.55
HSL262.14º82.4%24.51%-
HSV(B)262.14º90.35%44.71%-
XYZ4.422.1116.09-
YUV34.1173.09138.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=28.16%
G=6.32%
B=65.52%

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
Decimal49111140.570.9000.55262.1482.424.51
Hex31B72395A0371065219
Octal61131627113206740612231
Binary1100011011111001011100110110100110111100000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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