#310557

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

Shades of Christalle #310557

Tints of Christalle #310557

Color information

#310557 (or 0x310557) is unknown color: approx Christalle. HEX triplet: 31, 05 and 57. RGB value is (49,5,87). Sum of RGB (Red+Green+Blue) = 49+5+87=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #310557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310557 is #CEFAA8. Grayscale: #1B1B1B. Windows color (decimal): -13564585 or 5702961. OLE color: 5702961.

HSL color Cylindrical-coordinate representation of color #310557: hue angle of 272.2º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310557 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB49587-
CMYK0.440.9400.66
HSL272.2º89.13%18.04%-
HSV(B)272.2º94.25%34.12%-
XYZ3.041.459.14-
YUV27.5161.58143.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=34.75%
G=3.55%
B=61.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal495870.440.9400.66272.289.1318.04
Hex315572C5E0421105912
Octal61512754136010242013122
Binary1100011011010111101100101111001000010100010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310557; }

 p { color: rgb(49,5,87); }

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

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

 a { background-color: rgb(49,5,87); }

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

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

 span { border-color: rgb(49,5,87); }

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