#310689

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

Shades of Persian Indigo #310689

Tints of Persian Indigo #310689

Color information

#310689 (or 0x310689) is unknown color: approx Persian Indigo. HEX triplet: 31, 06 and 89. RGB value is (49,6,137). Sum of RGB (Red+Green+Blue) = 49+6+137=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #310689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310689 is #CEF976. Grayscale: #212121. Windows color (decimal): -13564279 or 8980017. OLE color: 8980017.

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

Color convert

RGB496137-
CMYK0.640.9600.46
HSL259.69º91.61%28.04%-
HSV(B)259.69º95.62%53.73%-
XYZ5.852.5923.86-
YUV33.79186.25138.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=25.52%
G=3.12%
B=71.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4961370.640.9600.46259.6991.6128.04
Hex31689406002E1045c1c
Octal61621110014005640413434
Binary11000111010001001100000011000000101110100000100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310689; }

 p { color: rgb(49,6,137); }

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

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

 a { background-color: rgb(49,6,137); }

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

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

 span { border-color: rgb(49,6,137); }

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