#31205D

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

Shades of Christalle #31205D

Tints of Christalle #31205D

Color information

#31205D (or 0x31205D) is unknown color: approx Christalle. HEX triplet: 31, 20 and 5D. RGB value is (49,32,93). Sum of RGB (Red+Green+Blue) = 49+32+93=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #31205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31205D is #CEDFA2. Grayscale: #2B2B2B. Windows color (decimal): -13557667 or 6103089. OLE color: 6103089.

HSL color Cylindrical-coordinate representation of color #31205D: hue angle of 256.72º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31205D is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB493293-
CMYK0.470.6600.64
HSL256.72º48.8%24.51%-
HSV(B)256.72º65.59%36.47%-
XYZ3.762.4810.64-
YUV44.04155.63131.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=28.16%
G=18.39%
B=53.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4932930.470.6600.64256.7248.824.51
Hex31205D2F420401013119
Octal61401355710201004016131
Binary110001100000101110110111110000100100000010000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31205D; }

 p { color: rgb(49,32,93); }

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

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

 a { background-color: rgb(49,32,93); }

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

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

 span { border-color: rgb(49,32,93); }

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