#311463

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

Shades of Christalle #311463

Tints of Christalle #311463

Color information

#311463 (or 0x311463) is unknown color: approx Christalle. HEX triplet: 31, 14 and 63. RGB value is (49,20,99). Sum of RGB (Red+Green+Blue) = 49+20+99=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #311463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311463 is #CEEB9C. Grayscale: #252525. Windows color (decimal): -13560733 or 6493233. OLE color: 6493233.

HSL color Cylindrical-coordinate representation of color #311463: hue angle of 262.03º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311463 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB492099-
CMYK0.510.8000.61
HSL262.03º66.39%23.33%-
HSV(B)262.03º79.8%38.82%-
XYZ3.772.0512-
YUV37.68162.61136.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=29.17%
G=11.90%
B=58.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4920990.510.8000.61262.0366.3923.33
Hex311463335003D1064217
Octal61241436312007540610227
Binary11000110100110001111001110100000111101100000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311463; }

 p { color: rgb(49,20,99); }

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

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

 a { background-color: rgb(49,20,99); }

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

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

 span { border-color: rgb(49,20,99); }

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