#310172

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

Shades of Persian Indigo #310172

Tints of Persian Indigo #310172

Color information

#310172 (or 0x310172) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 72. RGB value is (49,1,114). Sum of RGB (Red+Green+Blue) = 49+1+114=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #310172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310172 is #CEFE8D. Grayscale: #1B1B1B. Windows color (decimal): -13565582 or 7471409. OLE color: 7471409.

HSL color Cylindrical-coordinate representation of color #310172: hue angle of 265.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310172 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB491114-
CMYK0.570.9900.55
HSL265.49º98.26%22.55%-
HSV(B)265.49º99.12%44.71%-
XYZ4.311.8916.06-
YUV28.23176.4142.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=29.88%
G=0.61%
B=69.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4911140.570.9900.55265.4998.2622.55
Hex3117239630371096217
Octal6111627114306741114227
Binary1100011111001011100111000110110111100001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310172; }

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

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

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

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

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

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

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

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