#311258

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

Shades of Christalle #311258

Tints of Christalle #311258

Color information

#311258 (or 0x311258) is unknown color: approx Christalle. HEX triplet: 31, 12 and 58. RGB value is (49,18,88). Sum of RGB (Red+Green+Blue) = 49+18+88=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #311258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311258 is #CEEDA7. Grayscale: #232323. Windows color (decimal): -13561256 or 5771825. OLE color: 5771825.

HSL color Cylindrical-coordinate representation of color #311258: hue angle of 266.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311258 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB491888-
CMYK0.440.8000.65
HSL266.57º66.04%20.78%-
HSV(B)266.57º79.55%34.51%-
XYZ3.241.799.41-
YUV35.25157.77137.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=31.61%
G=11.61%
B=56.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4918880.440.8000.65266.5766.0420.78
Hex3112582C5004110b4215
Octal612213054120010141310225
Binary110001100101011000101100101000001000001100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311258; }

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

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

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

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

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

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

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

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