#31195E

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

Shades of Christalle #31195E

Tints of Christalle #31195E

Color information

#31195E (or 0x31195E) is unknown color: approx Christalle. HEX triplet: 31, 19 and 5E. RGB value is (49,25,94). Sum of RGB (Red+Green+Blue) = 49+25+94=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #31195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31195E is #CEE6A1. Grayscale: #272727. Windows color (decimal): -13559458 or 6166833. OLE color: 6166833.

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

Color convert

RGB492594-
CMYK0.480.7300.63
HSL260.87º57.98%23.33%-
HSV(B)260.87º73.4%36.86%-
XYZ3.632.1610.81-
YUV40.04158.45134.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=29.17%
G=14.88%
B=55.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4925940.480.7300.63260.8757.9823.33
Hex31195E304903F1053a17
Octal6131136601110774057227
Binary1100011100110111101100001001001011111110000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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