#31077F

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

Shades of Persian Indigo #31077F

Tints of Persian Indigo #31077F

Color information

#31077F (or 0x31077F) is unknown color: approx Persian Indigo. HEX triplet: 31, 07 and 7F. RGB value is (49,7,127). Sum of RGB (Red+Green+Blue) = 49+7+127=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #31077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31077F is #CEF880. Grayscale: #202020. Windows color (decimal): -13564033 or 8324913. OLE color: 8324913.

HSL color Cylindrical-coordinate representation of color #31077F: hue angle of 261º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31077F is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB497127-
CMYK0.610.9400.50
HSL261º89.55%26.27%-
HSV(B)261º94.49%49.8%-
XYZ5.172.3420.26-
YUV33.24180.91139.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 127 (50% from 255) = 69.40%
R=26.78%
G=3.83%
B=69.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4971270.610.9400.5026189.5526.27
Hex3177F3D5E0321055a1a
Octal6171777513606240513232
Binary110001111111111111110110111100110010100000101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31077F; }

 p { color: rgb(49,7,127); }

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

<style>
 a { background-color: #31077F; }

 a { background-color: rgb(49,7,127); }

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

<style>
 span { border-color: #31077F; }

 span { border-color: rgb(49,7,127); }

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