#31205C

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

Shades of Christalle #31205C

Tints of Christalle #31205C

Color information

#31205C (or 0x31205C) is unknown color: approx Christalle. HEX triplet: 31, 20 and 5C. RGB value is (49,32,92). Sum of RGB (Red+Green+Blue) = 49+32+92=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #31205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31205C is #CEDFA3. Grayscale: #2B2B2B. Windows color (decimal): -13557668 or 6037553. OLE color: 6037553.

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

Color convert

RGB493292-
CMYK0.470.6500.64
HSL257º48.39%24.31%-
HSV(B)257º65.22%36.08%-
XYZ3.712.4610.4-
YUV43.92155.13131.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=28.32%
G=18.50%
B=53.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4932920.470.6500.6425748.3924.31
Hex31205C2F410401013018
Octal61401345710101004016030
Binary110001100000101110010111110000010100000010000000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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