#310060

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

Shades of Persian Indigo #310060

Tints of Persian Indigo #310060

Color information

#310060 (or 0x310060) is unknown color: approx Persian Indigo. HEX triplet: 31, 00 and 60. RGB value is (49,0,96). Sum of RGB (Red+Green+Blue) = 49+0+96=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #310060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310060 is #CEFF9F. Grayscale: #191919. Windows color (decimal): -13565856 or 6291505. OLE color: 6291505.

HSL color Cylindrical-coordinate representation of color #310060: hue angle of 270.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310060 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49096-
CMYK0.49100.62
HSL270.62º100%18.82%-
HSV(B)270.62º100%37.65%-
XYZ3.381.511.18-
YUV25.6167.73144.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=33.79%
G=0%
B=66.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal490960.49100.62270.6210018.82
Hex31060316403E10f6413
Octal6101406114407641714423
Binary1100010110000011000111001000111110100001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310060; }

 p { color: rgb(49,0,96); }

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

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

 a { background-color: rgb(49,0,96); }

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

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

 span { border-color: rgb(49,0,96); }

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