#310968

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

Shades of Persian Indigo #310968

Tints of Persian Indigo #310968

Color information

#310968 (or 0x310968) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 68. RGB value is (49,9,104). Sum of RGB (Red+Green+Blue) = 49+9+104=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #310968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310968 is #CEF697. Grayscale: #1F1F1F. Windows color (decimal): -13563544 or 6818097. OLE color: 6818097.

HSL color Cylindrical-coordinate representation of color #310968: hue angle of 265.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310968 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB499104-
CMYK0.530.9100.59
HSL265.26º84.07%22.16%-
HSV(B)265.26º91.35%40.78%-
XYZ3.861.8513.25-
YUV31.79168.75140.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=30.25%
G=5.56%
B=64.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4991040.530.9100.59265.2684.0722.16
Hex31968355B03B1095416
Octal61111506513307341112426
Binary1100011001110100011010110110110111011100001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310968; }

 p { color: rgb(49,9,104); }

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

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

 a { background-color: rgb(49,9,104); }

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

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

 span { border-color: rgb(49,9,104); }

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