#311467

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

Shades of Christalle #311467

Tints of Christalle #311467

Color information

#311467 (or 0x311467) is unknown color: approx Christalle. HEX triplet: 31, 14 and 67. RGB value is (49,20,103). Sum of RGB (Red+Green+Blue) = 49+20+103=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #311467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311467 is #CEEB98. Grayscale: #252525. Windows color (decimal): -13560729 or 6755377. OLE color: 6755377.

HSL color Cylindrical-coordinate representation of color #311467: hue angle of 260.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311467 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4920103-
CMYK0.520.8100.60
HSL260.96º67.48%24.12%-
HSV(B)260.96º80.58%40.39%-
XYZ3.962.1313.03-
YUV38.13164.61135.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 103 (40.62% from 255) = 59.88%
R=28.49%
G=11.63%
B=59.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49201030.520.8100.60260.9667.4824.12
Hex311467345103C1054318
Octal61241476412107440510330
Binary11000110100110011111010010100010111100100000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311467; }

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

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

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

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

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

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

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

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