#311968

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

Shades of Christalle #311968

Tints of Christalle #311968

Color information

#311968 (or 0x311968) is unknown color: approx Christalle. HEX triplet: 31, 19 and 68. RGB value is (49,25,104). Sum of RGB (Red+Green+Blue) = 49+25+104=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #311968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311968 is #CEE697. Grayscale: #282828. Windows color (decimal): -13559448 or 6822193. OLE color: 6822193.

HSL color Cylindrical-coordinate representation of color #311968: hue angle of 258.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311968 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4925104-
CMYK0.530.7600.59
HSL258.23º61.24%25.29%-
HSV(B)258.23º75.96%40.78%-
XYZ4.112.3513.33-
YUV41.18163.45133.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=27.53%
G=14.04%
B=58.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49251040.530.7600.59258.2361.2425.29
Hex311968354C03B1023d19
Octal6131150651140734027531
Binary1100011100111010001101011001100011101110000001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311968; }

 p { color: rgb(49,25,104); }

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

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

 a { background-color: rgb(49,25,104); }

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

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

 span { border-color: rgb(49,25,104); }

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