#31155A

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

Shades of Christalle #31155A

Tints of Christalle #31155A

Color information

#31155A (or 0x31155A) is unknown color: approx Christalle. HEX triplet: 31, 15 and 5A. RGB value is (49,21,90). Sum of RGB (Red+Green+Blue) = 49+21+90=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #31155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31155A is #CEEAA5. Grayscale: #242424. Windows color (decimal): -13560486 or 5903665. OLE color: 5903665.

HSL color Cylindrical-coordinate representation of color #31155A: hue angle of 264.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31155A is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB492190-
CMYK0.460.7700.65
HSL264.35º62.16%21.76%-
HSV(B)264.35º76.67%35.29%-
XYZ3.381.939.87-
YUV37.24157.78136.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=30.62%
G=13.12%
B=56.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4921900.460.7700.65264.3562.1621.76
Hex31155A2E4D0411083e16
Octal61251325611501014107626
Binary11000110101101101010111010011010100000110000100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31155A; }

 p { color: rgb(49,21,90); }

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

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

 a { background-color: rgb(49,21,90); }

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

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

 span { border-color: rgb(49,21,90); }

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