#311869

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

Shades of Christalle #311869

Tints of Christalle #311869

Color information

#311869 (or 0x311869) is unknown color: approx Christalle. HEX triplet: 31, 18 and 69. RGB value is (49,24,105). Sum of RGB (Red+Green+Blue) = 49+24+105=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #311869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311869 is #CEE796. Grayscale: #282828. Windows color (decimal): -13559703 or 6887473. OLE color: 6887473.

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

Color convert

RGB4924105-
CMYK0.530.7700.59
HSL258.52º62.79%25.29%-
HSV(B)258.52º77.14%41.18%-
XYZ4.142.3313.6-
YUV40.71164.28133.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=27.53%
G=13.48%
B=58.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49241050.530.7700.59258.5262.7925.29
Hex311869354D03B1033f19
Octal6130151651150734037731
Binary1100011100011010011101011001101011101110000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311869; }

 p { color: rgb(49,24,105); }

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

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

 a { background-color: rgb(49,24,105); }

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

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

 span { border-color: rgb(49,24,105); }

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