#310575

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

Shades of Persian Indigo #310575

Tints of Persian Indigo #310575

Color information

#310575 (or 0x310575) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 75. RGB value is (49,5,117). Sum of RGB (Red+Green+Blue) = 49+5+117=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #310575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310575 is #CEFA8A. Grayscale: #1E1E1E. Windows color (decimal): -13564555 or 7669041. OLE color: 7669041.

HSL color Cylindrical-coordinate representation of color #310575: hue angle of 263.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310575 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB495117-
CMYK0.580.9600.54
HSL263.57º91.8%23.92%-
HSV(B)263.57º95.73%45.88%-
XYZ4.532.0516.99-
YUV30.92176.58140.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=28.65%
G=2.92%
B=68.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4951170.580.9600.54263.5791.823.92
Hex315753A600361085c18
Octal6151657214006641013430
Binary110001101111010111101011000000110110100001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310575; }

 p { color: rgb(49,5,117); }

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

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

 a { background-color: rgb(49,5,117); }

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

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

 span { border-color: rgb(49,5,117); }

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