#311861

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

Shades of Christalle #311861

Tints of Christalle #311861

Color information

#311861 (or 0x311861) is unknown color: approx Christalle. HEX triplet: 31, 18 and 61. RGB value is (49,24,97). Sum of RGB (Red+Green+Blue) = 49+24+97=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #311861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311861 is #CEE79E. Grayscale: #272727. Windows color (decimal): -13559711 or 6363185. OLE color: 6363185.

HSL color Cylindrical-coordinate representation of color #311861: hue angle of 260.55º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311861 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB492497-
CMYK0.490.7500.62
HSL260.55º60.33%23.73%-
HSV(B)260.55º75.26%38.04%-
XYZ3.752.1711.53-
YUV39.8160.28134.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=28.82%
G=14.12%
B=57.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4924970.490.7500.62260.5560.3323.73
Hex311861314B03E1053c18
Octal6130141611130764057430
Binary1100011100011000011100011001011011111010000010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311861; }

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

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

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

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

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

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

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

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