#31066B

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

Shades of Persian Indigo #31066B

Tints of Persian Indigo #31066B

Color information

#31066B (or 0x31066B) is unknown color: approx Persian Indigo. HEX triplet: 31, 06 and 6B. RGB value is (49,6,107). Sum of RGB (Red+Green+Blue) = 49+6+107=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #31066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31066B is #CEF994. Grayscale: #1E1E1E. Windows color (decimal): -13564309 or 7013937. OLE color: 7013937.

HSL color Cylindrical-coordinate representation of color #31066B: hue angle of 265.54º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31066B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB496107-
CMYK0.540.9400.58
HSL265.54º89.38%22.16%-
HSV(B)265.54º94.39%41.96%-
XYZ3.991.8414.06-
YUV30.37171.25141.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 107 (42.19% from 255) = 66.05%
R=30.25%
G=3.70%
B=66.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4961070.540.9400.58265.5489.3822.16
Hex3166B365E03A10a5916
Octal6161536613607241213126
Binary110001110110101111011010111100111010100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31066B; }

 p { color: rgb(49,6,107); }

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

<style>
 a { background-color: #31066B; }

 a { background-color: rgb(49,6,107); }

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

<style>
 span { border-color: #31066B; }

 span { border-color: rgb(49,6,107); }

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