#311254

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

Shades of Christalle #311254

Tints of Christalle #311254

Color information

#311254 (or 0x311254) is unknown color: approx Christalle. HEX triplet: 31, 12 and 54. RGB value is (49,18,84). Sum of RGB (Red+Green+Blue) = 49+18+84=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #311254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311254 is #CEEDAB. Grayscale: #222222. Windows color (decimal): -13561260 or 5509681. OLE color: 5509681.

HSL color Cylindrical-coordinate representation of color #311254: hue angle of 268.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311254 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB491884-
CMYK0.420.7900.67
HSL268.18º64.71%20%-
HSV(B)268.18º78.57%32.94%-
XYZ3.081.738.56-
YUV34.79155.77138.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=32.45%
G=11.92%
B=55.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4918840.420.7900.67268.1864.7120
Hex3112542A4F04310c4114
Octal612212452117010341410124
Binary110001100101010100101010100111101000011100001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311254; }

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

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

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

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

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

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

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

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