#310560

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

Shades of Christalle #310560

Tints of Christalle #310560

Color information

#310560 (or 0x310560) is unknown color: approx Christalle. HEX triplet: 31, 05 and 60. RGB value is (49,5,96). Sum of RGB (Red+Green+Blue) = 49+5+96=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #310560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310560 is #CEFA9F. Grayscale: #1C1C1C. Windows color (decimal): -13564576 or 6292785. OLE color: 6292785.

HSL color Cylindrical-coordinate representation of color #310560: hue angle of 269.01º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310560 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49596-
CMYK0.490.9500.62
HSL269.01º90.1%19.8%-
HSV(B)269.01º94.79%37.65%-
XYZ3.431.6111.2-
YUV28.53166.08142.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 96 (37.89% from 255) = 64%
R=32.67%
G=3.33%
B=64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal495960.490.9500.62269.0190.119.8
Hex31560315F03E10d5a14
Octal6151406113707641513224
Binary110001101110000011000110111110111110100001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310560; }

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

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

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

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

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

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

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

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