#310869

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

Shades of Persian Indigo #310869

Tints of Persian Indigo #310869

Color information

#310869 (or 0x310869) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 69. RGB value is (49,8,105). Sum of RGB (Red+Green+Blue) = 49+8+105=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #310869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310869 is #CEF796. Grayscale: #1E1E1E. Windows color (decimal): -13563799 or 6883377. OLE color: 6883377.

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

Color convert

RGB498105-
CMYK0.530.9200.59
HSL265.36º85.84%22.16%-
HSV(B)265.36º92.38%41.18%-
XYZ3.91.8513.52-
YUV31.32169.58140.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=30.25%
G=4.94%
B=64.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4981050.530.9200.59265.3685.8422.16
Hex31869355C03B1095616
Octal61101516513407341112626
Binary1100011000110100111010110111000111011100001001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310869; }

 p { color: rgb(49,8,105); }

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

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

 a { background-color: rgb(49,8,105); }

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

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

 span { border-color: rgb(49,8,105); }

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