#310061

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

Shades of Persian Indigo #310061

Tints of Persian Indigo #310061

Color information

#310061 (or 0x310061) is unknown color: approx Persian Indigo. HEX triplet: 31, 00 and 61. RGB value is (49,0,97). Sum of RGB (Red+Green+Blue) = 49+0+97=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #310061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310061 is #CEFF9E. Grayscale: #191919. Windows color (decimal): -13565855 or 6357041. OLE color: 6357041.

HSL color Cylindrical-coordinate representation of color #310061: hue angle of 270.31º 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 #310061 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49097-
CMYK0.49100.62
HSL270.31º100%19.02%-
HSV(B)270.31º100%38.04%-
XYZ3.421.5211.42-
YUV25.71168.23144.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=33.56%
G=0%
B=66.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal490970.49100.62270.3110019.02
Hex31061316403E10e6413
Octal6101416114407641614423
Binary1100010110000111000111001000111110100001110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310061; }

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

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

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

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

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

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

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

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