#311288

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

Shades of Persian Indigo #311288

Tints of Persian Indigo #311288

Color information

#311288 (or 0x311288) is unknown color: approx Persian Indigo. HEX triplet: 31, 12 and 88. RGB value is (49,18,136). Sum of RGB (Red+Green+Blue) = 49+18+136=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #311288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311288 is #CEED77. Grayscale: #282828. Windows color (decimal): -13561208 or 8917553. OLE color: 8917553.

HSL color Cylindrical-coordinate representation of color #311288: hue angle of 255.76º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311288 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4918136-
CMYK0.640.8700.47
HSL255.76º76.62%30.2%-
HSV(B)255.76º86.76%53.33%-
XYZ5.932.8623.53-
YUV40.72181.77133.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=24.14%
G=8.87%
B=67.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49181360.640.8700.47255.7676.6230.2
Hex311288405702F1004d1e
Octal612221010012705740011536
Binary1100011001010001000100000010101110101111100000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311288; }

 p { color: rgb(49,18,136); }

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

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

 a { background-color: rgb(49,18,136); }

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

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

 span { border-color: rgb(49,18,136); }

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