#31165E

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

Shades of Christalle #31165E

Tints of Christalle #31165E

Color information

#31165E (or 0x31165E) is unknown color: approx Christalle. HEX triplet: 31, 16 and 5E. RGB value is (49,22,94). Sum of RGB (Red+Green+Blue) = 49+22+94=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #31165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31165E is #CEE9A1. Grayscale: #262626. Windows color (decimal): -13560226 or 6166065. OLE color: 6166065.

HSL color Cylindrical-coordinate representation of color #31165E: hue angle of 262.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31165E is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB492294-
CMYK0.480.7700.63
HSL262.5º62.07%22.75%-
HSV(B)262.5º76.6%36.86%-
XYZ3.572.0310.79-
YUV38.28159.45135.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=29.70%
G=13.33%
B=56.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4922940.480.7700.63262.562.0722.75
Hex31165E304D03F1063e17
Octal6126136601150774067627
Binary1100011011010111101100001001101011111110000011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31165E; }

 p { color: rgb(49,22,94); }

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

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

 a { background-color: rgb(49,22,94); }

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

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

 span { border-color: rgb(49,22,94); }

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